Added autotag
This commit is contained in:
parent
e1ea119dbc
commit
554340e651
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,8 @@ Plug 'autozimu/LanguageClient-neovim', {
|
||||||
\ 'do': 'bash install.sh',
|
\ 'do': 'bash install.sh',
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
|
Plug 'craigemery/vim-autotag'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" tabwidth
|
" tabwidth
|
||||||
|
@ -57,6 +59,9 @@ augroup END
|
||||||
set tags=./tags;
|
set tags=./tags;
|
||||||
nnoremap <F2> <C-]>
|
nnoremap <F2> <C-]>
|
||||||
|
|
||||||
|
" autotag
|
||||||
|
let g:autotagmaxTagsFileSize = 1024 * 1024 * 128
|
||||||
|
|
||||||
" lightline config
|
" lightline config
|
||||||
let g:lightline = { 'colorscheme': 'solarized' }
|
let g:lightline = { 'colorscheme': 'solarized' }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue