Re-enabled swp plugin, but disabled auto-formatting

main
Michael Mandl 2019-11-29 15:05:33 +01:00
parent 9edb59df4e
commit 31e9f7e11b
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,8 @@ Plug 'RRethy/vim-illuminate'
Plug 'tpope/vim-surround'
Plug 'git@gitlab.softwareparadies.de:IDE/swp-vim.git'
call plug#end()
" tabwidth
@ -70,6 +72,9 @@ augroup END
set tags=./tags;
nnoremap <F2> <C-]>
" swp-vim
let g:swpvim_autoformat = 0
" autotag
let g:autotagmaxTagsFileSize = 1024 * 1024 * 128