feat!: rework config a bit, add some qol changes

This commit is contained in:
2025-08-18 00:56:58 -07:00
parent 20a3343c84
commit 23bb472741
16 changed files with 302 additions and 260 deletions

View File

@@ -32,4 +32,7 @@ require("lazy").setup({
install = { colorscheme = { "habamax" } },
-- automatically check for plugin updates
checker = { enabled = true },
change_detection = {
notify = false,
}
})