diff options
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 703ee71f..f03e8d2a 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -31,18 +31,6 @@ return { end, }, - -- Autocomplete - -- { - -- "hrsh7th/nvim-compe", - -- event = "InsertEnter", - -- config = function() - -- require("core.compe").setup() - -- if lvim.builtin.compe.on_config_done then - -- lvim.builtin.compe.on_config_done(require "compe") - -- end - -- end, - -- }, - -- Completion & Snippets { "hrsh7th/nvim-compe", |