Add neovim for real
This commit is contained in:
4
nvim/ftplugin/cpp.vim
Normal file
4
nvim/ftplugin/cpp.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
" For header files
|
||||
call tagbar#autoopen(0)
|
||||
let g:easytags_async = 1
|
||||
autocmd BufWritePost * exe ":UpdateTags"
|
||||
Reference in New Issue
Block a user