changeset 682:88888f40c628

[vimrc] Disable indent plugin Less predictable behavior with it enabled.
author nanaya <me@nanaya.pro>
date Fri, 24 Jun 2022 22:50:19 +0900
parents 137b18a1898e
children 71254a6ddb4c
files rc/vimrc
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/rc/vimrc	Fri Jun 24 15:14:54 2022 +0900
+++ b/rc/vimrc	Fri Jun 24 22:50:19 2022 +0900
@@ -40,9 +40,8 @@
   execute pathogen#infect()
 endif
 
-if has('filetype')
-  filetype plugin indent on
-endif
+filetype plugin on
+filetype indent off
 
 map <C-t><up> :tabr<cr>
 map <C-t><down> :tabl<cr>