Find a file
2023-07-12 11:50:36 +08:00
lua/plugins config auto close for nvim-tree.lua 2023-07-12 11:50:36 +08:00
.gitignore check if a file exist to determine if full_feature 2023-05-23 10:49:39 +08:00
init.lua add famiu/bufdelete.nvim 2023-07-12 11:41:09 +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