mirror of
https://github.com/gryf/.vim.git
synced 2026-04-24 21:21:25 +02:00
Added markdown syntax hl, added some python/reST UltiSnips snippets
This commit is contained in:
@@ -208,6 +208,13 @@ let g:python_version_2=1
|
||||
let g:languagetool_jar='/opt/LanguageTool/LanguageTool.jar'
|
||||
"let g:languagetool_lang=pl
|
||||
"}}}
|
||||
"Jedi {{{
|
||||
" automatically popup is annoying
|
||||
let g:jedi#popup_on_dot = 0
|
||||
" also this one is pretty annoying
|
||||
let g:jedi#show_function_definition = "0"
|
||||
"let g:languagetool_lang=pl
|
||||
"}}}
|
||||
"}}}
|
||||
"KEYS: User defined keyboard shortcuts {{{
|
||||
|
||||
@@ -410,13 +417,13 @@ if has('gui_running')
|
||||
" I like this font, but it looks like crap on linux
|
||||
"set guifont=Consolas\ 12
|
||||
" at least, some ttf font that looks good
|
||||
set guifont=DejaVu\ Sans\ Mono\ 12
|
||||
"set guifont=DejaVu\ Sans\ Mono\ 12
|
||||
" Unfortunately there is a problem with TTF fonts in my gvim instance.
|
||||
" After editing a while there are some leaving trash appearing on the
|
||||
" buffer. Refreshing the screen helps, but is kinda annoying. It is
|
||||
" probably my X11 setup, because on other similar workstations and setup I
|
||||
" didn't noticed such behavior. Fallback to fixed-misc for a while.
|
||||
"set guifont=Fixed\ 14
|
||||
set guifont=Fixed\ 14
|
||||
set mouse=a "Enable mouse support
|
||||
" No toolbar, menu, scrollbars, draw simple text tabs. This would keep
|
||||
" window in one place, and also this will conserve space. Tabs are huge
|
||||
|
||||
Reference in New Issue
Block a user