浏览代码

remove comment

Chris 4 年之前
父节点
当前提交
6d3274dfec
共有 1 个文件被更改,包括 0 次插入12 次删除
  1. 0 12
      lua/plugins.lua

+ 0 - 12
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",