mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Improve the user bundle dir readme + add archversion config comment
style to tcomment.
This commit is contained in:
parent
e25a43e155
commit
a346715e76
3 changed files with 11 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue