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