Added autotag

This commit is contained in:
Michael Mandl 2019-10-28 08:40:50 +01:00
parent e1ea119dbc
commit 554340e651

View file

@ -28,6 +28,8 @@ Plug 'autozimu/LanguageClient-neovim', {
\ 'do': 'bash install.sh',
\ }
Plug 'craigemery/vim-autotag'
call plug#end()
" tabwidth
@ -57,6 +59,9 @@ augroup END
set tags=./tags;
nnoremap <F2> <C-]>
" autotag
let g:autotagmaxTagsFileSize = 1024 * 1024 * 128
" lightline config
let g:lightline = { 'colorscheme': 'solarized' }