From 88d2e86be120046bc45f3e783fd117192cd7dad5 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 26 Aug 2021 12:01:16 +0200 Subject: Bug fix, add nvim-compe to plugins --- .config/nvim/lua/plugins.lua | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to '.config/nvim/lua') diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 4effcb1..6eb71be 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -13,7 +13,6 @@ return { end, }, - { "nvim-lua/popup.nvim" }, { "nvim-lua/plenary.nvim" }, @@ -25,7 +24,15 @@ return { end, disable = not options.builtin.telescope.active, }, - + -- Completion & Snippets + { + "hrsh7th/nvim-compe", + event = "InsertEnter", + config = function() + require("core.compe").setup() + end, + disable = not options.builtin.compe.active, + }, { "hrsh7th/vim-vsnip", -- wants = "friendly-snippets", @@ -169,4 +176,4 @@ return { end, disable = not options.builtin.terminal.active, }, - } +} -- cgit v1.2.3-70-g09d2