Apply Patch

This commit is contained in:
Luka Jankovic 2025-06-04 13:35:34 +02:00
parent 25dcd58627
commit f9c808c3c5
13 changed files with 268 additions and 225 deletions

View file

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