From 8afe3fa8d88ae56e96f65897935ef508581ac5f7 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 13 Feb 2026 18:08:30 +0100 Subject: * MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated-commit-by: dots Signed-off-by: Robert Günzler --- .config/nvim/lua/config/lazy.lua | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to '.config/nvim/lua/config/lazy.lua') diff --git a/.config/nvim/lua/config/lazy.lua b/.config/nvim/lua/config/lazy.lua index 5f859f0..81178a5 100644 --- a/.config/nvim/lua/config/lazy.lua +++ b/.config/nvim/lua/config/lazy.lua @@ -28,6 +28,32 @@ require('lazy').setup({ enabled = true, frequency = (3600 * 24 * 3), -- 3 days }, + performance = { + rtp = { + disabled_plugins = { + '2html_plugin', + 'getscript', + 'getscriptPlugin', + 'gzip', + 'logiPat', + 'matchit', + 'netrw', + 'netrwFileHandlers', + 'netrwPlugin', + 'netrwSettings', + 'rrhelper', + 'tar', + 'tarPlugin', + 'tohtml', + 'tutor', + 'vimball', + 'vimballPlugin', + 'zip', + 'zipPlugin', + }, + }, + }, + }) vim.keymap.set({'n'}, 'l', '', { desc = 'lazy' }) -- cgit 1.4.1