dotfiles/config/automatrop/roles/vim/templates/plugins/lightbulb.j2

4 lines
201 B
Plaintext
Raw Normal View History

{# 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()