Update nvim, kitty

This commit is contained in:
Smirnov-O 2021-07-16 11:36:03 +03:00
parent 43b3ba3aaa
commit e3fa73c712
6 changed files with 33 additions and 43 deletions

View file

@ -2,10 +2,17 @@
## Install nvim
```bash
# From AUR
yay -S neovim-nightly-bin
# From pacman
sudo pacman -S neovim
```
## Install plugin manager(`packer`)
## Install plugin manager(`vim-plug`)
```bash
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
```
## Install LSP servers
```bash