プラグイン入れていない時の最低限のやつ
vimrc
setnocompatiblesetencoding=utf-8setlistsethiddensetbackspace=indent,eol,startsetautoindentsetsmartindentsettabstop=2setshiftwidth=2setexpandtabfiletypeonfiletype plugin indent onsyntaxonsetnumbersetlistsetbackspace=indent,eol,startsetwildmenusetshowmatch" mapping
imap { {}<LEFT><CR><ESC><S-o>
imap [ []<LEFT>
imap (()<LEFT>
command St split
command Sv vsplit