vim-config
vim-config copied to clipboard
Updating breaks everything
I just updated plugins by running "make" and it seems to break everything. It seems no plugins are installed/detected or something.
I get some errors during startup:
To reproduce, simply clone master and setup as new. Same errors happen that way.
Invoking find files:
Not an editor command: Telescope find_files
Spacebar doesn't bring up the context menu.
Would it be possible to integrate this into the "make update" process: https://github.com/Shougo/dein.vim/issues/353
Something like a "make rollback" if things break after installing.
Hi @chrischen, check latest 5ae35f30 commit.
I did a fresh install, deleted .local/share/nvim/dein, and ran make.
And nothing seems to be working. Find files binding not working, and Fern not working. Local leader and leader mapping doesn't seem to be working.
@chrischen what version of Neovim are using? Can you try running:
:call dein#recache_runtimepath()
And restart Neovim?
Pushed a whole new rewrite of vim-config, please test your issue and re-open if it still happens.