neovim

A clean, plugin-free starter init.lua with sensible options & keymaps.

init.lua
 

How to use it

  1. Save the generated file as ~/.config/nvim/init.lua
  2. It takes effect in new sessions; reload the current one with :source $MYVIMRC
  3. This is a dependency-free starter (no plugin manager) — add lazy.nvim later if you like.
  4. Colorscheme is wrapped in pcall, so a missing scheme won’t error.