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

@@ -10,3 +10,4 @@ return {
show_end_of_buffer = true, -- shows the '~' characters after the end of buffers
}
}

View File

@@ -69,3 +69,4 @@ return {
})
end,
}

View File

@@ -44,3 +44,4 @@ return {
"rcarriga/nvim-notify",
},
}

View File

@@ -1,16 +0,0 @@
return {
"folke/snacks.nvim",
config = function()
require("snacks").setup({
bigfile = {},
lazygit = {},
image = {
enabled = true,
math = {
enabled = true,
latex = {},
},
},
})
end,
}

View File

@@ -5,3 +5,4 @@ return {
fadelevel = 0.6,
},
}