feat: Personnal configuration

This commit is contained in:
Xavier Logerais
2025-04-01 16:04:41 +00:00
parent 870c63b394
commit 99209b6963
6 changed files with 152 additions and 17 deletions

View File

@ -20,13 +20,13 @@ require("lazy").setup({
performance = {
rtp = {
-- disable some rtp plugins, add more to your liking
disabled_plugins = {
"gzip",
"netrwPlugin",
"tarPlugin",
"tohtml",
"zipPlugin",
},
-- disabled_plugins = {
-- "gzip",
-- "netrwPlugin",
-- "tarPlugin",
-- "tohtml",
-- "zipPlugin",
-- },
},
},
} --[[@as LazyConfig]])