kickstart.nvim/plugin
Henrik Wik 87a84d4f97 refactor: separate plugins and settings into modular structure
- Extract vim settings to plugin/options.lua
- Extract keymaps and autocmds to plugin/keymaps.lua
- Extract plugin specs into lua/plugins/ (one file per plugin)
- Simplify init.lua to just bootstrap lazy.nvim with import
- Follow tjdevries/config.nvim structure
2026-02-24 19:25:28 +01:00
..
keymaps.lua refactor: separate plugins and settings into modular structure 2026-02-24 19:25:28 +01:00
options.lua refactor: separate plugins and settings into modular structure 2026-02-24 19:25:28 +01:00