diff --git a/vim/bundle/vim-polyglot-darkcloud b/vim/bundle/vim-polyglot-darkcloud index c5c151f..714e4d9 160000 --- a/vim/bundle/vim-polyglot-darkcloud +++ b/vim/bundle/vim-polyglot-darkcloud @@ -1 +1 @@ -Subproject commit c5c151f41121382396f33750b106bb1ce3ef037d +Subproject commit 714e4d922ec552f3bdd376c4c3c9e00b9a5a1bc4 diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index a601004..ece1b41 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -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 diff --git a/vim/config/settings.vim b/vim/config/settings.vim index 682d192..aa991d3 100644 --- a/vim/config/settings.vim +++ b/vim/config/settings.vim @@ -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 "}}}