vim-config icon indicating copy to clipboard operation
vim-config copied to clipboard

Updating breaks everything

Open chrischen opened this issue 3 years ago • 3 comments

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:

image

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.

chrischen avatar Apr 27 '22 22:04 chrischen

Hi @chrischen, check latest 5ae35f30 commit.

rafi avatar Apr 28 '22 10:04 rafi

I did a fresh install, deleted .local/share/nvim/dein, and ran make.

image

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 avatar Apr 28 '22 21:04 chrischen

@chrischen what version of Neovim are using? Can you try running:

:call dein#recache_runtimepath()

And restart Neovim?

rafi avatar May 01 '22 19:05 rafi

Pushed a whole new rewrite of vim-config, please test your issue and re-open if it still happens.

rafi avatar Apr 07 '23 16:04 rafi