4 lines
201 B
Plaintext
4 lines
201 B
Plaintext
|
{# Shows a lightbulb whenever a codeAction is available under the cursor #}
|
||
|
{{ add_source('kosayoda/nvim-lightbulb') -}}
|
||
|
autocmd CursorHold,CursorHoldI * lua require'nvim-lightbulb'.update_lightbulb()
|