Forget the name, it's a small Neovim configuration built without any external plugins. Every tool, including floating terminal, file explorer, and picker, is implemented directly in Lua. Huge thanks to the Neovim developers for adding many powerful built-in features in recent versions.
Each extension implementation can be seen under lua/module/, with each module implemented as a single file.
I hope it is readable enough.
- Neovim 0.11+: https://github.com/neovim/neovim/releases
- ripgrep: https://github.com/BurntSushi/ripgrep/releases
-
Clone this repo to Neovim config folder:
git clone https://github.com/jeanersten/onvim %LOCALAPPDATA%\nvim -
Launch Neovim:
nvim
-
Clone this repo to Neovim config folder:
git clone https://github.com/jeanersten/onvim ~/.config/nvim -
Launch Neovim:
nvim
