nvim-config/README.md
2025-02-08 10:33:06 +08:00

522 B

💤 LazyVim

Installation

To use this configuration, clone this repository and copy the files to your Neovim configuration directory.

# required
mv ~/.config/nvim{,.bak}

# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}

git clone https://git.mamahaha.work/sangge/nvim-config.git ~/.config/nvim/

Additional: fd-find ripgrep nodejs

sudo apt install fd-find ripgrep nodejs

Node.js provider

npm install -g Neovim