Re-enabled swp plugin, but disabled auto-formatting
parent
9edb59df4e
commit
31e9f7e11b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue