1
0
mirror of https://github.com/gryf/.vim.git synced 2026-04-21 09:21:25 +02:00

Added matchtagalways and snippets

This commit is contained in:
2014-06-29 18:00:26 +02:00
parent 6bb0a2fb43
commit e8692558f8
8 changed files with 30 additions and 26 deletions
+8 -1
View File
@@ -190,7 +190,7 @@ let g:NERDSpaceDelims=1
let g:python_version_2=1
"}}}
"LanguageTool {{{
let g:languagetool_jar='/opt/LanguageTool/LanguageTool.jar'
let g:languagetool_jar='/opt/LanguageTool/languagetool-commandline.jar'
"let g:languagetool_lang=pl
"}}}
"Jedi {{{
@@ -218,6 +218,8 @@ map <C-n> :bn<CR>
map <F5> :call <SID>Make()<cr>
map <F6> :echom <SID>CreateScratch()<CR>
"QuickFix jumps
map <F9> :cp<CR>
map <F10> :cn<CR>
@@ -404,6 +406,11 @@ function <SID>ToggleHex()
let &modifiable=l:oldmodifiable
endfunction
function <SID>CreateScratch()
new|setl bt=nofile bh=wipe nobl
return ""
endfunction
"Toggle
"}}}
" GUI: detect graphics mode, set colorscheme {{{