Added archversion.conf syntax to vim-polyglot-darkcloud and removed hacks from

plugins.vim and settings.vim.
This commit is contained in:
Kevin MacMartin 2014-06-26 12:07:06 -04:00
parent 353953bf43
commit 1e87711574
3 changed files with 1 additions and 7 deletions

@ -1 +1 @@
Subproject commit c5c151f41121382396f33750b106bb1ce3ef037d
Subproject commit 714e4d922ec552f3bdd376c4c3c9e00b9a5a1bc4

View file

@ -153,11 +153,6 @@
let g:tagbar_width=35
"}}}
"TCOMMENT: {{{
"set the comment style for archversion config files to '#'
call tcomment#DefineType('archversion', '# %s')
"}}}
"VIM FILER: {{{
"autostart filer when vim opens to an empty buffer (default: 1)
if !exists("g:autostartfiler")|let g:autostartfiler=1|endif

View file

@ -71,7 +71,6 @@
au BufNewFile,BufRead *.gradle setf groovy
au BufNewFile,BufRead *.muttrc setf muttrc
au BufNewFile,BufRead pacman.conf,yaourtrc setf sh
au BufNewFile,BufRead archversion.conf setf archversion
au BufNewFile,BufRead cjdroute.conf,cjdmaid.conf setf json
"}}}