mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Made the plugin categories for filetypes more consistant
This commit is contained in:
parent
29be734fc0
commit
0a2b75414b
1 changed files with 5 additions and 5 deletions
|
@ -23,11 +23,6 @@
|
|||
set tags=./.tags;,~/.vim/tags
|
||||
"}}}
|
||||
|
||||
"SYNTAX PLUGINS: {{{
|
||||
let g:vim_json_warnings=0
|
||||
let g:vim_json_syntax_conceal=0
|
||||
"}}}
|
||||
|
||||
"EASYTAGS: {{{
|
||||
let g:easytags_file='~/.vim/tags'
|
||||
let g:easytags_suppress_ctags_warning=1
|
||||
|
@ -77,6 +72,11 @@
|
|||
autocmd FileType gundo setlocal nocursorcolumn
|
||||
"}}}
|
||||
|
||||
"JSON: {{{
|
||||
let g:vim_json_warnings=0
|
||||
let g:vim_json_syntax_conceal=0
|
||||
"}}}
|
||||
|
||||
"MARKDOWN: {{{
|
||||
let g:vim_markdown_folding_disabled=0
|
||||
let g:vim_markdown_initial_foldlevel=2
|
||||
|
|
Loading…
Reference in a new issue