summary refs log tree commit diff
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua
index f213136..ed98de4 100644
--- a/.vim/lua/plugins.lua
+++ b/.vim/lua/plugins.lua
@@ -395,7 +395,7 @@ require('packer').startup({function()
       }
     end} -- }}}
 
-  use {'kosayoda/nvim-lightbulb', -- {{{
+  use {'kosayoda/nvim-lightbulb', disable = true, -- {{{
     config = function()
       require('nvim-lightbulb').setup {
         ignore = {'null-ls'},