aboutsummaryrefslogtreecommitdiff
path: root/vim/config
diff options
context:
space:
mode:
Diffstat (limited to 'vim/config')
-rw-r--r--vim/config/file.vim2
-rw-r--r--vim/config/indent.vim5
2 files changed, 1 insertions, 6 deletions
diff --git a/vim/config/file.vim b/vim/config/file.vim
index 0e2f2e96..07c20cd5 100644
--- a/vim/config/file.vim
+++ b/vim/config/file.vim
@@ -1,6 +1,6 @@
" Load plugins for file types
if has('autocmd')
- filetype plugin on
+ filetype plugin indent on
endif
" Use all ancestors of current directory for :find
diff --git a/vim/config/indent.vim b/vim/config/indent.vim
index de6b154d..f6dfd416 100644
--- a/vim/config/indent.vim
+++ b/vim/config/indent.vim
@@ -1,8 +1,3 @@
-" Load indentation for file types
-if has('autocmd')
- filetype indent on
-endif
-
" Adopt the indent of the last line on new lines; interestingly, plugins that
" do clever things with indenting will often assume this is set
set autoindent