unused
This commit is contained in:
parent
b7bf8896a3
commit
c114e708ee
@ -6,24 +6,6 @@ local function add(value, str, sep)
|
|||||||
value = type(value) == 'table' and table.concat(value, sep) or value
|
value = type(value) == 'table' and table.concat(value, sep) or value
|
||||||
return str ~= '' and table.concat({ value, str }, sep) or value
|
return str ~= '' and table.concat({ value, str }, sep) or value
|
||||||
end
|
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 {{{
|
-- Globals {{{
|
||||||
-- g.do_filetype_lua = 1
|
-- g.do_filetype_lua = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user