Ver Fonte

remove comment

Chris há 4 anos atrás
pai
commit
6d3274dfec
1 ficheiros alterados com 0 adições e 12 exclusões
  1. 0 12
      lua/plugins.lua

+ 0 - 12
lua/plugins.lua

@@ -31,18 +31,6 @@ return {
     end,
     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
   -- Completion & Snippets
   {
   {
     "hrsh7th/nvim-compe",
     "hrsh7th/nvim-compe",