Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 366 Bytes

File metadata and controls

16 lines (14 loc) · 366 Bytes

Remove old config of neovim

rm -rf ~/.config/nvim ~/.local/share/nvim ~/.local/state/nvim ~/.cache/nvim

Needed packages

sudo pacman -S git npm

Installation

mkdir -p ~/.config/nvim
git clone git@github.com:pundemia-dev/myNeovim.git ~/.config/nvim
nvim -c "MasonInstall pyright ruff mypy debugpy lua-language-server rust-analyzer"