summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2021-07-26 18:31:53 -0400
committerChris <[email protected]>2021-07-26 18:31:53 -0400
commit6d3274dfecd306fa91b61a9946402c877b962212 (patch)
treea3937e88c0579d5f5f376c5022f8d72593b15106
parent9028294360f364d77f6332266e06ca61346fa701 (diff)
remove comment
-rw-r--r--lua/plugins.lua12
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",