mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-08 11:03:47 -05:00
Don't set autoindent
It's only very rarely that I want this off, but since file type plugins tend to turn it on when it's desirable, the argument for forcing it globally is pretty weak.
This commit is contained in:
@@ -17,7 +17,6 @@ endif
|
|||||||
|
|
||||||
" Use :help 'option' to see the documentation for the given option.
|
" Use :help 'option' to see the documentation for the given option.
|
||||||
|
|
||||||
set autoindent
|
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
set complete-=i
|
set complete-=i
|
||||||
set smarttab
|
set smarttab
|
||||||
|
|||||||
Reference in New Issue
Block a user