Update some colors
git-svn-id: http://photonzero.com/dotfiles/trunk@112 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
97f8532e3d
commit
f0e315902b
3 changed files with 51 additions and 1 deletions
|
|
@ -25,6 +25,15 @@ augroup less
|
|||
autocmd BufNewFile,BufRead *.less set filetype=less
|
||||
augroup END
|
||||
|
||||
augroup org
|
||||
" leave these as is:
|
||||
au! BufRead,BufWrite,BufWritePost,BufNewFile *.org
|
||||
au BufRead,BufNewFile *.org call org#SetOrgFileType()
|
||||
au BufRead *.org :PreLoadTags
|
||||
au BufWrite *.org :PreWriteTags
|
||||
au BufWritePost *.org :PostWriteTags
|
||||
augroup END
|
||||
|
||||
au BufNewFile,BufRead motd.public,/tmp/motd.public.r.* setf motd
|
||||
|
||||
au Filetype html,xml,xsl source ~/.vim/closetag.vim
|
||||
|
|
@ -65,3 +74,4 @@ autocmd FileType go let b:auto_trim_whitespace=1
|
|||
autocmd FileType cpp let b:auto_trim_whitespace=1
|
||||
autocmd FileType perl let b:auto_trim_whitespace=1
|
||||
autocmd FileType borg let b:auto_trim_whitespace=1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue