Find a file
leafee98 534f1c8323 edit plugins, change some keymaps
- remove nvim-tree
- add neo-tree
- add smart-splits
- add notify
2024-05-07 20:47:00 +08:00
ftplugin make use of ftplugin 2023-07-21 14:48:45 +08:00
lua/plugins edit plugins, change some keymaps 2024-05-07 20:47:00 +08:00
.gitignore drop _full_feature and use custom.lua 2023-07-21 16:29:53 +08:00
init.lua edit plugins, change some keymaps 2024-05-07 20:47:00 +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)
}