Native Neovim 0.12 config using vim.pack, built-in LSP configuration, Conform formatting, Blink completion, and a small set of local UI/window helpers.
init.lualoads the config entrypoints.lua/configs/pack.luadeclares plugins forvim.pack.lua/configs/ui.luaconfigures UI plugins and shared behavior.lua/configs/lspconfig.luadefines native LSP servers.lua/configs/conform.luakeeps formatting repo-aware.lua/configs/buffers.lua,tabline.lua,term.lua, andhighlights.luahold local window, tabline, terminal, and theme behavior.lua/notes/init.luais the local notes helper.
- Neovim 0.12.x
- Git
- ImageMagick for image rendering
Plugin revisions are tracked in nvim-pack-lock.json.