Re-enabled swp plugin, but disabled auto-formatting
This commit is contained in:
parent
9edb59df4e
commit
31e9f7e11b
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,8 @@ Plug 'RRethy/vim-illuminate'
|
||||||
|
|
||||||
Plug 'tpope/vim-surround'
|
Plug 'tpope/vim-surround'
|
||||||
|
|
||||||
|
Plug 'git@gitlab.softwareparadies.de:IDE/swp-vim.git'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" tabwidth
|
" tabwidth
|
||||||
|
@ -70,6 +72,9 @@ augroup END
|
||||||
set tags=./tags;
|
set tags=./tags;
|
||||||
nnoremap <F2> <C-]>
|
nnoremap <F2> <C-]>
|
||||||
|
|
||||||
|
" swp-vim
|
||||||
|
let g:swpvim_autoformat = 0
|
||||||
|
|
||||||
" autotag
|
" autotag
|
||||||
let g:autotagmaxTagsFileSize = 1024 * 1024 * 128
|
let g:autotagmaxTagsFileSize = 1024 * 1024 * 128
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue