Add nvim lightbulb to visualize code actions
This commit is contained in:
parent
aa9a887a08
commit
1fdad0db6e
2 changed files with 13 additions and 0 deletions
12
nvim/lua/plugs/nvim-lightbulb.lua
Normal file
12
nvim/lua/plugs/nvim-lightbulb.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
"kosayoda/nvim-lightbulb",
|
||||
opts = {
|
||||
hide_in_unfocused_buffer = true,
|
||||
code_lenses = true,
|
||||
sign = { enabled = false, },
|
||||
virtual_text = { enabled = true, },
|
||||
float = { enabled = false, },
|
||||
status_text = { enabled = false, },
|
||||
autocmd = { enabled = true, },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue