mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-11 17:15:46 +08:00
Fixed typescript installation issue (#4314)
This commit is contained in:
parent
cad4370889
commit
5b7535bf80
@ -28,6 +28,11 @@ To use this configuration layer, update your custom configuration file with:
|
|||||||
[[layers]]
|
[[layers]]
|
||||||
name = "lang#typescript"
|
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)
|
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
|
yarn add -D lehre
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Layer options
|
## Layer options
|
||||||
|
|
||||||
- `typescript_server_path`: set the path of the tsserver.
|
- `typescript_server_path`: set the path of the tsserver.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user