Apply Patch

This commit is contained in:
Luka Jankovic 2025-07-09 14:54:21 +02:00
parent 24dee0bed0
commit 2c6705f028
22 changed files with 18 additions and 17 deletions

View file

@ -25,7 +25,8 @@ vim.g.maplocalleader = "\\"
require("lazy").setup({
spec = {
-- import your plugins
{ import = "plugins" },
{ import = "plugins_base" },
{ import = "plugins_lsp" },
},
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.
@ -33,8 +34,8 @@ require("lazy").setup({
-- automatically check for plugin updates
checker = { enabled = false },
change_detection = {
enabled = false,
notify = false
}
change_detection = {
enabled = false,
notify = false,
},
})