mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-02 00:56:02 +02:00
remove plugin bloat
This commit is contained in:
parent
08ebd34a43
commit
15603354ac
6 changed files with 19 additions and 258 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue