From 8aaf7d901503277f0be766ea716ae7aa37f04591 Mon Sep 17 00:00:00 2001 From: 409 Date: Sat, 22 Jun 2024 13:30:57 +0200 Subject: [PATCH] feat: remove lightbulb --- lua/409/plugins/completion.lua | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/lua/409/plugins/completion.lua b/lua/409/plugins/completion.lua index b2c10a6..d640591 100644 --- a/lua/409/plugins/completion.lua +++ b/lua/409/plugins/completion.lua @@ -88,19 +88,4 @@ return { "hrsh7th/cmp-path", "hrsh7th/cmp-cmdline", "L3MON4D3/LuaSnip", - { - "kosayoda/nvim-lightbulb", - opts = { - priority = 200, - autocmd = { - enabled = true, - }, - action_kinds = { - "quickfix", - }, - }, - config = function(plugin, opts) - require('nvim-lightbulb').setup(opts) - end, - }, }