This is my neovim's configuration, which contains two branches.
I use packer.nvim to manage plugins.
Branch | Completion Solution |
---|---|
main | config for nvim 0.8 stable |
0.7 | config for nvim 0.7 stable |
Chinese introduction is here.
Pros:
- Fast. Less than 30ms to start (Depends on SSD and CPU, tested on Zephyrus G14 2022 version).
- Simple. Run out of the box.
- Modern. Pure lua to config.
- Modular. Easy to customize.
- Powerful. Full functionality to code.
(Tested with rhysd/vim-startuptime)
Please make sure to follow wiki to install.