diff options
Diffstat (limited to 'lua/lv-compe')
-rw-r--r-- | lua/lv-compe/init.lua | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lua/lv-compe/init.lua b/lua/lv-compe/init.lua index 19998b62..5b86f27e 100644 --- a/lua/lv-compe/init.lua +++ b/lua/lv-compe/init.lua @@ -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) |