diff rc/vimrc @ 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 a34ee4c7d0ce
children ae7f2fb75cdf
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>