-
I installed nvim-lightbulb with following parameters: -- show lightbulb where code action can be taken
{
"kosayoda/nvim-lightbulb",
event = { "BufRead", "BufNewFile", "InsertEnter" },
opts = {
autocmd = { enabled = true },
},
}, After installing the plugin, if I
The issue persists after removing nvim-lightbulb completely and reinstalling.
OS: Windows 11 Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This is an annoyance with some plugins with how they store their help files tags, done when when running |
Beta Was this translation helpful? Give feedback.
-
Simply delete update_dart_sdk.ps1 from flutter src\flutter\bin\internal then use flutter stable channel |
Beta Was this translation helpful? Give feedback.
This is an annoyance with some plugins with how they store their help files tags, done when when running
:silent! helptags ALL
(most plugin managers do this for you, lazy included I believe). You can just create a gitignore to never track those, and just delete the doc/tags file and pull again.