mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update nvim, kitty
This commit is contained in:
parent
43b3ba3aaa
commit
e3fa73c712
6 changed files with 33 additions and 43 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue