This commit is contained in:
fiplox 2023-01-13 16:24:32 +01:00
parent b7bf8896a3
commit c114e708ee

View File

@ -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