diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-04 16:44:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-18 18:37:24 +0100 |
| commit | f12bbfd3b7a393e38ef4f270fca25acd50d5ebc6 (patch) | |
| tree | 95fa15b37fde5a28ec74627f36772c6cd3ea52d4 | |
| parent | d6cbbad5b1587794f9c50c7c4a613f0deb69b9d4 (diff) | |
vim: drop lightbulb
| -rw-r--r-- | .vim/lua/plugins.lua | 2 |
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'}, |