dotfiles/config/nvim/README.md
2021-06-02 19:40:42 +03:00

9 lines
152 B
Markdown

# NVIM
### Install LSP
```bash
# tsserver(JS/TS)
npm i -g typescript typescript-language-server
# Go(gopls)
go get golang.org/x/tools/gopls@latest
```