Releases: Devtography/pyvim
Releases · Devtography/pyvim
2020.06.22
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.
2020.06.19
Added
- Vim plugin
dense-analysis/ale(a.k.a. ALE) for much faster linting. - Auto hide
colorcolumnand line numbers on quick fix, help, fugitive, and YouCompleeteMe windows.
Changed
- Color of vim
cursorcolumnto use the colour defined incolorscheme. - Terminal size in vim reduced to
15x0.
Removed
- Vim plugin
syntasicas it slows down the save/load time to seconds even on a top spec 16" MacBook Pro.
2020.06.18
Bug fix with a few enhancements
Added
iputils-pingpackage in dockerfiles to allow ping.- Vim terminal windows size setting - set to
20x0. - NERDTree settings for following features:
- Open automatically when vim starts up with no file specified.
- Close vim if the only window left open is NERDTree.
- Show hidden files by default but hide folder
.git,.DS_Storeand.swpfiles.
Fixed
- Issue of
pipenvreturnsFailed to load paths: /bin/sh: 1: .../python: not foundby pinning thepipenvversion to2018.11.26.
2020.06.17
1st release
Read the README.md for details.