Improve the user bundle dir readme + add archversion config comment

style to tcomment.
This commit is contained in:
Kevin MacMartin 2014-06-01 08:07:16 -04:00
parent e25a43e155
commit a346715e76
3 changed files with 11 additions and 3 deletions

View file

@ -1,4 +1,6 @@
# Darkcloud Vim Theme, Custom Plugins Folder
# Darkcloud Vim Theme, Custom Plugins Folder #
## Instructions
Clone the repositories of pathogen-compatible plugins here to have them loaded when vim runs.
## Instructions ##
1. Clone the repositories of pathogen-compatible plugins here to have them loaded when vim runs.
2. Configure these plugins using the vimrc.user file located in the directory below this after running the `update` script.

View file

@ -139,6 +139,11 @@
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")

View file

@ -78,6 +78,7 @@
autocmd BufNewFile,BufRead *.aspx,*.asmx,*.ascx,*.master setf aspnet
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
"misc filtype specific settings