Added:
- Auto case-sensitive & case-insensitive switch for searches
- Vim plugin
airblade/vim-gitgutterto show Git diff in the sign column next to line numbers in editor windows. - Vim plugin
Xuyuanp/nerdtree-git-pluginto show Git status flags on NERDTree. - Highlight on search result & custom highlight colour.
- Added global git config
credential.helper cachefor macOS user asosxkeychainis not available on Linux.
Changed:
- Default shell for Vim to
bash. - Backspace to allow backspcaing over everthing in insert mode like most usual editors.
cursorlineis now enabled by default.
Fixed:
- Heavy delay on shortcut
<<while decreasing indent by reducing thetimeoutlento100(0.1s). - Text being moved to new line automatically at position
72as Vim settingtextwidthhas been overriden byftpluginfor filetypegitcomit. Implemented anautocmdto override it back totextwidth=0`. - 1st file opened will notshow line numbers and colour column if Vim is initialised with cmd
vi/vimdue to theautocmdset to hide those items onYouCompleteMepreivew windo overrides the settings. Implemented a newautocmdwhich fixed this issue.
Removed:
- Vim plugin
jiangmiao/auto-pairsas it somehow messes with the indents for bracket closures.