aboutsummaryrefslogtreecommitdiff
path: root/vim/config/indent.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/config/indent.vim')
-rw-r--r--vim/config/indent.vim5
1 files changed, 0 insertions, 5 deletions
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