final problem solve of installing typescript plugins for spacevim

This commit is contained in:
hophacker 2021-04-26 13:55:50 +08:00
parent d08808c3c6
commit bcb5272466
2 changed files with 6 additions and 2 deletions

View File

@ -209,8 +209,12 @@ SPC e L | List checkers
* Resolution steps
* Delete cache rm -rf ~/.cache/vimfiles/.cache
* Open vim run `:CheckHealth` check the current vim status, and fix any errors.
* Reopen vim and run `:UpdateRemotePlugins`
* Install pip for `python3` if not: `curl https://bootstrap.pypa.io/get-pip.py | python3`
* `pip install neovim`
* `npm install -g neovim`
* Run `:UpdateRemotePlugins` in vim and reopen vim
* If it still doesn't work, add `call dein#reinstall(['nvim-typescript'])` to `~/.local/share/nvim/rplugin.vim`, reopen vim and wait for the `nvim-typescript` plugin to install
* If nvim-typescript still does not work, go to `~/.cache/vimfiles/repos` and do `npm config set registry=https://registry.npmjs.com/`, then `./install.sh`
#### Rails & Ruby
- `,vv` & `,cc` to switch between view and controller-they are the mappings corresponding to :Rcontroller and :Rview. Explore: R family commands can learn more about the fun of rails.vim!

@ -1 +1 @@
Subproject commit 8914274ca9f7b997d4a1663e0f290c691772db7f
Subproject commit 704fc46c3f83ca1055becce65fb513a533f48982