config-neovim/README.md
2023-05-22 09:56:32 +08:00

12 lines
297 B
Markdown

# My config of Neovim
Here is my config of neovim.
## Usage
Just clone this repository into directory `~/.config/nvim/` and start neovim. [lazy.nvim](https://github.com/folke/lazy.nvim) will auto install itself and other plugins at startup.
```
git clone <url of this repo> ~/.config/nvim
```