kickstart.nvim/lua/plugins
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
..
colorscheme.lua refactor: separate plugins and settings into modular structure 2026-02-24 19:25:28 +01:00
completion.lua refactor: separate plugins and settings into modular structure 2026-02-24 19:25:28 +01:00
formatting.lua refactor: separate plugins and settings into modular structure 2026-02-24 19:25:28 +01:00
gitsigns.lua refactor: separate plugins and settings into modular structure 2026-02-24 19:25:28 +01:00
guess-indent.lua refactor: separate plugins and settings into modular structure 2026-02-24 19:25:28 +01:00
init.lua refactor: separate plugins and settings into modular structure 2026-02-24 19:25:28 +01:00
lsp.lua refactor: separate plugins and settings into modular structure 2026-02-24 19:25:28 +01:00
mini.lua refactor: separate plugins and settings into modular structure 2026-02-24 19:25:28 +01:00
oil.lua refactor: separate plugins and settings into modular structure 2026-02-24 19:25:28 +01:00
telescope.lua refactor: separate plugins and settings into modular structure 2026-02-24 19:25:28 +01:00
todo-comments.lua refactor: separate plugins and settings into modular structure 2026-02-24 19:25:28 +01:00
treesitter.lua refactor: separate plugins and settings into modular structure 2026-02-24 19:25:28 +01:00
which-key.lua refactor: separate plugins and settings into modular structure 2026-02-24 19:25:28 +01:00