nvim: after/plugin/lightbulb: Update configuration
This commit is contained in:
parent
2706a82b36
commit
6e268b0d20
1 changed files with 7 additions and 4 deletions
|
@ -4,17 +4,20 @@ require'nvim-lightbulb'.update_lightbulb {
|
|||
priority = 10,
|
||||
},
|
||||
float = {
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
text = "💡",
|
||||
win_opts = {},
|
||||
},
|
||||
virtual_text = {
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
text = "💡",
|
||||
},
|
||||
status_text = {
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
text = "💡",
|
||||
text_unavailable = ""
|
||||
},
|
||||
autocmd = {
|
||||
enabled = false,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue