Find a file
2023-05-23 10:49:39 +08:00
lua/plugins option full_feature, false when not need much plugin 2023-05-22 22:33:21 +08:00
.gitignore check if a file exist to determine if full_feature 2023-05-23 10:49:39 +08:00
init.lua check if a file exist to determine if full_feature 2023-05-23 10:49:39 +08:00
LICENSE add license 2022-01-06 16:29:30 +08:00
README.md check if a file exist to determine if full_feature 2023-05-23 10:49:39 +08:00

My config of Neovim

Here is my config of neovim.

Usage

Just clone this repository into directory ~/.config/nvim/ and start neovim. lazy.nvim will auto install itself and other plugins at startup.

git clone <url of this repo> ~/.config/nvim

By default, this config will only include a few plugins, which suit for mataining other than editing frequently.

If you want to use the full feature this config provided, create a file named _full_feature under the root of this repo (usually ~/.config/nvim.

touch ~/.config/nvim/_full_feature