Fix C and yaml in nvim
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
" For c files
|
" For c files
|
||||||
call tagbar#autoopen(0)
|
call tagbar#autoopen(0)
|
||||||
let g:easytags_async=1
|
let g:easytags_async=1
|
||||||
autocmd BufWritePost * exe ":UpdateTags"
|
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
" For header files
|
" For header files
|
||||||
call tagbar#autoopen(0)
|
call tagbar#autoopen(0)
|
||||||
let g:easytags_async = 1
|
let g:easytags_async = 1
|
||||||
autocmd BufWritePost * exe ":UpdateTags"
|
|
||||||
|
|||||||
@@ -242,3 +242,4 @@ catch
|
|||||||
" Ignore non existing file
|
" Ignore non existing file
|
||||||
endtry
|
endtry
|
||||||
let g:tex_flavor = "latex"
|
let g:tex_flavor = "latex"
|
||||||
|
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
|
||||||
|
|||||||
Reference in New Issue
Block a user