From c114e708ee0eebe38b2a33f20b3c0f3df9eecbb5 Mon Sep 17 00:00:00 2001 From: fiplox Date: Fri, 13 Jan 2023 16:24:32 +0100 Subject: [PATCH] unused --- lua/config/settings.lua | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/lua/config/settings.lua b/lua/config/settings.lua index 8f6d658..8ea5436 100644 --- a/lua/config/settings.lua +++ b/lua/config/settings.lua @@ -6,24 +6,6 @@ local function add(value, str, sep) value = type(value) == 'table' and table.concat(value, sep) or value return str ~= '' and table.concat({ value, str }, sep) or value end --- local disabled_built_ins = { --- -- 'netrw', --- -- 'netrwPlugin', --- -- 'netrwSettings', --- -- 'netrwFileHandlers', --- -- 'getscript', --- -- 'getscriptPlugin', --- 'vimball', --- 'vimballPlugin', --- '2html_plugin', --- 'logipat', --- 'rrhelper', --- -- 'spellfile_plugin', --- 'matchit', --- } --- for _, plugin in pairs(disabled_built_ins) do --- g['loaded_' .. plugin] = 1 --- end -- Globals {{{ -- g.do_filetype_lua = 1