aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2013-02-14 16:28:40 +0600
committerAnton Bobov <abobov@gmail.com>2013-02-14 16:28:40 +0600
commit2eac886c0b3458b25048e568f3b24e0693733a27 (patch)
tree046e5def5b9ea49b646c9b354aab2e8b5e80c37b /files/.vimrc
parentd71fb914b96a7fab9689e86142513f81059afcb1 (diff)
New vim bundles.
+ Add nginx syntax file. * NERD commenter moved to bundle.
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/.vimrc b/files/.vimrc
index 3bf7554..e23efbe 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -128,6 +128,7 @@ if has('autocmd')
autocmd BufEnter * execute ":silent! lcd " . expand("%:p:h")
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal g'\"" | endif
+ au BufRead,BufNewFile /etc/nginx/* if &ft == "" | setfiletype nginx | endif
endif
"