Added autotag

main
Michael Mandl 2019-10-28 08:40:50 +01:00
parent e1ea119dbc
commit 554340e651
1 changed files with 5 additions and 0 deletions

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' }