less of a rewrite, more of a restructure

This commit is contained in:
2026-04-07 14:06:49 +01:00
parent 7eae05c8e2
commit cfc5baa8ad
26 changed files with 406 additions and 456 deletions

View File

@@ -19,16 +19,17 @@ vim.opt.rtp:prepend(lazypath)
-- loading lazy.nvim so that mappings are correct.
-- This is also a good place to setup other settings (vim.opt)
vim.g.mapleader = " "
vim.g.maplocalleader = ","
-- Setup lazy.nvim
require("lazy").setup({
spec = {
-- import your plugins
{ import = "plugins.utils" },
{ import = "plugins" },
{ import = "plugins.completion" },
{ import = "plugins.ui" },
{ import = "plugins.functional" },
{ import = "plugins.functional.neorg" },
{ import = "plugins.editing" },
{ import = "plugins.completion" },
},
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.