remove plugin bloat

This commit is contained in:
christianchiarulli 2021-07-06 11:30:01 -04:00
parent 08ebd34a43
commit 15603354ac
6 changed files with 19 additions and 258 deletions

View file

@ -31,7 +31,7 @@ M.config = function()
nvim_lua = false,
spell = { kind = "  (Spell)" },
tags = false,
vim_dadbod_completion = true,
-- vim_dadbod_completion = true,
-- snippets_nvim = {kind = "  "},
-- ultisnips = {kind = "  "},
-- treesitter = {kind = "  "},
@ -40,10 +40,6 @@ M.config = function()
},
}
if O.plugin.tabnine.active then
opt.source.tabnine = { kind = "", priority = 200, max_reslts = 6 }
end
require("compe").setup(opt)
local t = function(str)