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

4 lines
201 B
Django/Jinja

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