From bcb5272466cba4cbb2b2f3aa775b88b04b6dd85e Mon Sep 17 00:00:00 2001 From: hophacker Date: Mon, 26 Apr 2021 13:55:50 +0800 Subject: [PATCH] final problem solve of installing typescript plugins for spacevim --- README.md | 6 +++++- zsh/prezto | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1402f2..1d27977 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/zsh/prezto b/zsh/prezto index 8914274..704fc46 160000 --- a/zsh/prezto +++ b/zsh/prezto @@ -1 +1 @@ -Subproject commit 8914274ca9f7b997d4a1663e0f290c691772db7f +Subproject commit 704fc46c3f83ca1055becce65fb513a533f48982