neovim
A clean, plugin-free starter init.lua with sensible options & keymaps.
How to use it
- Save the generated file as ~/.config/nvim/init.lua
- It takes effect in new sessions; reload the current one with :source $MYVIMRC
- This is a dependency-free starter (no plugin manager) — add lazy.nvim later if you like.
- Colorscheme is wrapped in pcall, so a missing scheme won’t error.