aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-02-23 19:53:13 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-02-23 19:53:13 +1300
commit4354b9cad2dcd599a19b06b53f7f18d4cc9e795b (patch)
tree9246803061a1141e0ed4b9d11dd445bdb5e1ce48 /vim
parentGiving st (suckless term) a shot (diff)
downloaddotfiles-4354b9cad2dcd599a19b06b53f7f18d4cc9e795b.tar.gz
dotfiles-4354b9cad2dcd599a19b06b53f7f18d4cc9e795b.zip
Remove filetype-specific settings from .vimrc
This kind of stuff should go in after/syntax files, probably.
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc17
1 files changed, 0 insertions, 17 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 3b49afbe..97635662 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -23,23 +23,6 @@ if has('autocmd')
nnoremap _sh :setlocal filetype=sh<CR>
nnoremap _vi :setlocal filetype=vim<CR>
nnoremap _xm :setlocal filetype=xml<CR>
-
- " Apache
- augroup apache
- autocmd!
- autocmd BufNewFile,BufRead *{etc,local,lib}/apache*/*.conf setlocal filetype=apache
- autocmd BufNewFile,BufRead *etc/apache*/sites-*/* setlocal filetype=apache
- augroup END
-
- " Markdown
- augroup markdown
- autocmd!
- autocmd Filetype markdown setlocal formatoptions+=t
- autocmd Filetype markdown setlocal textwidth=79
- if exists('&colorcolumn')
- autocmd Filetype markdown setlocal colorcolumn=+1
- endif
- augroup END
endif
" Backups