12 lines
182 B
Markdown
12 lines
182 B
Markdown
# Neovim config
|
|
|
|
## Lsp
|
|
|
|
### Angular
|
|
|
|
```shell
|
|
npm install -g @angular/language-server
|
|
```
|
|
Change the `npm_path` variable into `lsp.lua`, with the path where the lsp is downloaded.
|
|
|