From cdce647793d85ff88a8e1176821b25b4204eb7c5 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Mon, 4 Mar 2024 22:40:50 +0100 Subject: [PATCH] fix(cmp): disable nvim_lua --- lua/plugins/cmp.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua index cfa1443..b07b82c 100644 --- a/lua/plugins/cmp.lua +++ b/lua/plugins/cmp.lua @@ -100,7 +100,6 @@ local function setup() sources = { { name = "nvim_lsp", }, -- { name = "luasnip", }, - { name = "nvim_lua", }, { name = "orgmode", }, { name = "path", }, -- { name = 'buffer' },