diff options
| author | Chris <[email protected]> | 2021-07-26 18:31:53 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2021-07-26 18:31:53 -0400 | 
| commit | 6d3274dfecd306fa91b61a9946402c877b962212 (patch) | |
| tree | a3937e88c0579d5f5f376c5022f8d72593b15106 /lua | |
| parent | 9028294360f364d77f6332266e06ca61346fa701 (diff) | |
remove comment
Diffstat (limited to '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", | 
