Go to file
2023-12-20 16:39:43 +08:00
ftplugin make use of ftplugin 2023-07-21 14:48:45 +08:00
lua/plugins config: indent-blankline no showing underline at start/end 2023-12-20 16:39:43 +08:00
.gitignore drop _full_feature and use custom.lua 2023-07-21 16:29:53 +08:00
init.lua add ruler on col 101 2023-12-15 21:15:46 +08:00
LICENSE add license 2022-01-06 16:29:30 +08:00
README.md drop _full_feature and use custom.lua 2023-07-21 16:29:53 +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.

A custom config (custom.lua) file placed aside with init.lua is optional, it's content like below.

return {
    full_feature = true,                    # enable all configured plugins
    proxy_url = "http://localhost:8888",    # setup proxy for some plugins (like treesitter)
}