Fix C and yaml in nvim
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
" For c files
|
||||
call tagbar#autoopen(0)
|
||||
let g:easytags_async=1
|
||||
autocmd BufWritePost * exe ":UpdateTags"
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
" For header files
|
||||
call tagbar#autoopen(0)
|
||||
let g:easytags_async = 1
|
||||
autocmd BufWritePost * exe ":UpdateTags"
|
||||
|
||||
Reference in New Issue
Block a user