mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Configured json colours, syntax plugin settings and definitions to match
the new plugin included in the darkcloud polyglot fork
This commit is contained in:
parent
e9190b5639
commit
6062eb6d8f
3 changed files with 11 additions and 6 deletions
|
@ -404,6 +404,10 @@ hi! link javascriptHtmlEvents javaScriptSpecial
|
|||
hi! link javascriptDomElemAttrs javaScriptSpecial
|
||||
hi! link javascriptDomElemFuncs javaScriptFunction
|
||||
|
||||
autocmd BufEnter,FileType json hi! link Label Constant
|
||||
autocmd BufEnter,FileType json hi! link Number Todo
|
||||
autocmd BufEnter,FileType json hi! link String Statement
|
||||
|
||||
"coffeeScript
|
||||
hi! link coffeeRegExp javaScriptRegexpString
|
||||
|
||||
|
|
|
@ -13,6 +13,12 @@
|
|||
execute pathogen#infect('bundle/{}', 'bundle.user/{}')
|
||||
"}}}
|
||||
|
||||
"SYNTAX PLUGINS: {{{
|
||||
let g:vim_json_warnings=0
|
||||
let g:vim_markdown_folding_disabled=0
|
||||
let g:vim_markdown_initial_foldlevel=2
|
||||
"}}}
|
||||
|
||||
"BREEZE: {{{
|
||||
let g:breeze_active_filetypes="*.html,*.htm,*.xhtml,*.xml,*.php"
|
||||
let g:breeze_shade_color = "String"
|
||||
|
@ -50,11 +56,6 @@
|
|||
autocmd FileType gundo setlocal nocursorcolumn
|
||||
"}}}
|
||||
|
||||
"MARKDOWN VIM MODE: {{{
|
||||
let g:vim_markdown_folding_disabled=0
|
||||
let g:vim_markdown_initial_foldlevel=2
|
||||
"}}}
|
||||
|
||||
"NEOCOMPLCACHE AUTOCOMPLETION PLUGIN: {{{
|
||||
let g:neocomplcache_enable_at_startup=1
|
||||
let g:neocomplcache_enable_smart_case=1
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
autocmd BufNewFile,BufRead *.muttrc setf muttrc
|
||||
autocmd BufNewFile,BufRead pacman.conf,yaourtrc setf sh
|
||||
autocmd BufNewFile,BufRead archversion.conf setf archversion
|
||||
autocmd BufNewFile,BufRead cjdroute.conf,ircd.conf setf javascript
|
||||
autocmd BufNewFile,BufRead cjdroute.conf,ircd.conf setf json
|
||||
|
||||
"misc filtype specific settings
|
||||
autocmd FileType gitcommit,notes,mail,notmuch,text setlocal spell
|
||||
|
|
Loading…
Reference in a new issue