diff options
| author | christianchiarulli <[email protected]> | 2021-07-06 11:30:01 -0400 | 
|---|---|---|
| committer | christianchiarulli <[email protected]> | 2021-07-06 11:30:01 -0400 | 
| commit | 15603354acdc5ab88a5eb0d70a7b3e17a1792efe (patch) | |
| tree | 385435f9853e10809383b0308077af1129232d90 /lua/lv-compe | |
| parent | 08ebd34a43abd139321bd34dfe70c0b632835746 (diff) | |
remove plugin bloat
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) | 
