I use this as my daily driver for work and everything else. The FULL setup that I use is actually neovide + nvim + firenvim (with firefox).
- Neovim 0.10 or higher
- git, curl, make
- Modern terminal (I use alacritty)
-
Clone this repository.
-
Run the link script to set up the configuration:
./install.sh
-
Start Neovim and install plugins:
nvim :Lazy
- Plugin management with Lazy.nvim
- Keybindings management with Legendary
- File navigation with Oil.nvim (to modify filesystem as text)
- Firenvim, so a man can have full scale neovim instance right in a browser
- Some modern AI integrations (of course with an agent mode)
- Heavy usage of label-highlighted jumping
:Lazy- Manage plugins:Legendary- View and search keybindings:LspInfo- Check LSP status
The configuration is split into several modules:
lua/- Core configuration and plugin setupsafter/- Overrides and additional configurations