kickstart.nvim/lua
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
..
custom/plugins feat: move to lazy.nvim package manager and add first plugins (#178) 2023-02-17 16:31:57 -05:00
kickstart fix: trimming down config and updating stylua 2026-01-27 12:00:59 -05:00
plugins refactor: separate plugins and settings into modular structure 2026-02-24 19:25:28 +01:00