From 18209ed558ce9495d27114684f76ccfa486cbbd4 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Sat, 17 Jul 2021 11:10:50 +0430 Subject: allow users to set disabled vim builtins (#948) --- lua/default-config.lua | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'lua/default-config.lua') diff --git a/lua/default-config.lua b/lua/default-config.lua index d9fbc7f8..3e654938 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -72,6 +72,27 @@ O = { popup_border = "single", }, + disabled_built_ins = { + "netrw", + "netrwPlugin", + "netrwSettings", + "netrwFileHandlers", + "gzip", + "zip", + "zipPlugin", + "tar", + "tarPlugin", -- 'man', + "getscript", + "getscriptPlugin", + "vimball", + "vimballPlugin", + "2html_plugin", + "logipat", + "rrhelper", + "spellfile_plugin", + -- 'matchit', 'matchparen', 'shada_plugin', + }, + plugin = {}, -- TODO: refactor for tree -- cgit v1.2.3