Skip to content

Commit

Permalink
Add plugin nvim-lightbulb to hint code actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhao committed Nov 5, 2024
1 parent 5426c88 commit 4171f19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/plugin_specs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,14 @@ local plugin_specs = {
end,
event = "VeryLazy",
},
{
-- show hint for code actions, the user can also implement code actions themselves,
-- see discussion here: https://github.com/neovim/neovim/issues/14869
"kosayoda/nvim-lightbulb",
config = function()
require("nvim-lightbulb").setup { autocmd = { enabled = true } }
end,
},
}

require("lazy").setup {
Expand Down

0 comments on commit 4171f19

Please sign in to comment.