mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Added archversion.conf syntax to vim-polyglot-darkcloud and removed hacks from
plugins.vim and settings.vim.
This commit is contained in:
parent
353953bf43
commit
1e87711574
3 changed files with 1 additions and 7 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit c5c151f41121382396f33750b106bb1ce3ef037d
|
Subproject commit 714e4d922ec552f3bdd376c4c3c9e00b9a5a1bc4
|
|
@ -153,11 +153,6 @@
|
||||||
let g:tagbar_width=35
|
let g:tagbar_width=35
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
"TCOMMENT: {{{
|
|
||||||
"set the comment style for archversion config files to '#'
|
|
||||||
call tcomment#DefineType('archversion', '# %s')
|
|
||||||
"}}}
|
|
||||||
|
|
||||||
"VIM FILER: {{{
|
"VIM FILER: {{{
|
||||||
"autostart filer when vim opens to an empty buffer (default: 1)
|
"autostart filer when vim opens to an empty buffer (default: 1)
|
||||||
if !exists("g:autostartfiler")|let g:autostartfiler=1|endif
|
if !exists("g:autostartfiler")|let g:autostartfiler=1|endif
|
||||||
|
|
|
@ -71,7 +71,6 @@
|
||||||
au BufNewFile,BufRead *.gradle setf groovy
|
au BufNewFile,BufRead *.gradle setf groovy
|
||||||
au BufNewFile,BufRead *.muttrc setf muttrc
|
au BufNewFile,BufRead *.muttrc setf muttrc
|
||||||
au BufNewFile,BufRead pacman.conf,yaourtrc setf sh
|
au BufNewFile,BufRead pacman.conf,yaourtrc setf sh
|
||||||
au BufNewFile,BufRead archversion.conf setf archversion
|
|
||||||
au BufNewFile,BufRead cjdroute.conf,cjdmaid.conf setf json
|
au BufNewFile,BufRead cjdroute.conf,cjdmaid.conf setf json
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue