mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update bspwm, nvim, vscode, kitty
This commit is contained in:
parent
c1cc0c9ebe
commit
43b3ba3aaa
9 changed files with 84 additions and 107 deletions
|
|
@ -6,19 +6,21 @@ yay -S neovim-nightly-bin
|
|||
```
|
||||
|
||||
## Install plugin manager(`packer`)
|
||||
```bash
|
||||
git clone https://github.com/wbthomason/packer.nvim\
|
||||
~/.local/share/nvim/site/pack/packer/start/packer.nvim
|
||||
```
|
||||
|
||||
## Install LSP servers
|
||||
```bash
|
||||
# Go(gopls)
|
||||
go get golang.org/x/tools/gopls@latest
|
||||
|
||||
# Efm (linters)
|
||||
go get github.com/mattn/efm-langserver
|
||||
|
||||
# Python(pyls)
|
||||
pip install python-language-server
|
||||
|
||||
# JS/TS
|
||||
nvim +"LspInstall typescript"
|
||||
|
||||
# Lua
|
||||
nvim +"LspInstall lua"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue