To disable autoindent in vim, you can do the following:
:set noautoindent | set nosmartindent | set nocindent
Or place the folowing lines in your .vimrc (linux) or _vimrc (windows):
set noautoindent
set nosmartindent
set nocindent
:set noautoindent | set nosmartindent | set nocindent
Or place the folowing lines in your .vimrc (linux) or _vimrc (windows):
set noautoindent
set nosmartindent
set nocindent
No comments:
Post a Comment