- v0.1.0: written in VimL, a single file only.
- v0.1.1: written in VimL, consist of multiple files.
- v0.2.0: started from this version, switch from VimL to Lua. For the reason, you may to check neovim's official wiki. Follow KISS principle, this version uses the least plugins as possible. It's more like a skeleton, users can add more plugins and LSP.
- v0.2.1: this version contains some minor changes.
- v0.3.0: I decide to switch to lazy.nvim as my plugin manager, instead of packer. The main reason is lazy.nvim's support for plugin structure.
- v0.4.0: Restructure the source code and change the customize configuration logic.