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:
@@ -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 {{{
|
||||
|
||||
Reference in New Issue
Block a user