From 5b7535bf80d33582e12d6ed2962b748a8a73df49 Mon Sep 17 00:00:00 2001 From: Andre S <47450248+saandre15@users.noreply.github.com> Date: Sat, 3 Jul 2021 13:52:46 +0000 Subject: [PATCH] Fixed typescript installation issue (#4314) --- docs/layers/lang/typescript.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/layers/lang/typescript.md b/docs/layers/lang/typescript.md index 31f52193d..d18798063 100644 --- a/docs/layers/lang/typescript.md +++ b/docs/layers/lang/typescript.md @@ -28,6 +28,11 @@ To use this configuration layer, update your custom configuration file with: [[layers]] name = "lang#typescript" ``` +and also use npm to install neovim using: +```bash +npm install -g neovim +``` +then in SpaceVim run `:UpdateRemotePlugin` To generate doc of typescript file, you need to install [lehre](https://www.npmjs.com/package/lehre) @@ -35,6 +40,7 @@ To generate doc of typescript file, you need to install [lehre](https://www.npmj yarn add -D lehre ``` + ## Layer options - `typescript_server_path`: set the path of the tsserver.