Find a file
2023-12-14 22:36:59 +08:00
ftplugin make use of ftplugin 2023-07-21 14:48:45 +08:00
lua/plugins add plugin lualine-ex to display lsp info 2023-12-14 22:36:59 +08:00
.gitignore drop _full_feature and use custom.lua 2023-07-21 16:29:53 +08:00
init.lua replace single quote to double, lowercase <CR> 2023-12-14 21:45:10 +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)
}