mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
convert init.vim in modules, update zsh && git
This commit is contained in:
parent
a4532907b4
commit
eb4f1a5b5a
14 changed files with 170 additions and 73 deletions
9
config/nvim/README.md
Normal file
9
config/nvim/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# NVIM
|
||||
|
||||
### Install LSP
|
||||
```bash
|
||||
# tsserver(JS/TS)
|
||||
npm i -g typescript typescript-language-server
|
||||
# Go(gopls)
|
||||
go get golang.org/x/tools/gopls@latest
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue