refactor: remove unused optimalisations

This commit is contained in:
2026-09-03 19:52:20 +02:00
parent 29d7fd98c8
commit 71434f947b
-2
View File
@@ -1,7 +1,5 @@
-- Modules =====================================================================
vim.loader.enable()
vim.opt.runtimepath:remove("/usr/share/nvim/site")
vim.opt.runtimepath:remove("/usr/share/nvim/site/after")
for _, m in ipairs({ "netrw", "netrwPlugin", "gzip", "tarPlugin", "zipPlugin", "tutor_mode_plugin" }) do
vim.g["loaded_" .. m] = 1 -- Block unused built-in modules
end