aboutsummaryrefslogtreecommitdiff
path: root/vim/config/indent.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-29 00:50:04 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-29 00:50:04 +1300
commit6a95db6af6a4af28c2189227938d42eeb75da9d0 (patch)
treeaa1666a1bc2cbcd67e7a41fa1fc6b816743a910d /vim/config/indent.vim
parentLoad Vim Pathogen with :runtime (diff)
downloaddotfiles-6a95db6af6a4af28c2189227938d42eeb75da9d0.tar.gz
dotfiles-6a95db6af6a4af28c2189227938d42eeb75da9d0.zip
Merge `filetype indent` with `filetype plugin`
While it would be ideal to keep the indentation-related configuration in the config/indent.vim file, that approach ends up double-loading filetype.vim from the core, so we'll merge them into a single call in config/file.vim instead.
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