VIM: Remove GoldenView
GoldenView causes several problems with badly written plugins like traces.vim. The problem manifests in errors occuring due to GoldenView setting the 'winminwidth' parameter to anything but 0. Traces.vim then tries to set the winwidth to 1 or 0 and throws errors as vim is enforcing the 'winminwidth'.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -40,9 +40,6 @@
|
||||
[submodule "vim/plugins/vim-nerdtree-tabs"]
|
||||
path = vim/plugins/vim-nerdtree-tabs
|
||||
url = https://github.com/jistr/vim-nerdtree-tabs
|
||||
[submodule "vim/plugins/GoldenView"]
|
||||
path = vim/plugins/GoldenView
|
||||
url = git://github.com/zhaocai/GoldenView.Vim.git
|
||||
[submodule "vim/plugins/ultisnips"]
|
||||
path = vim/plugins/ultisnips
|
||||
url = https://github.com/SirVer/ultisnips.git
|
||||
|
Reference in New Issue
Block a user