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,
|
priority = 10,
|
||||||
},
|
},
|
||||||
float = {
|
float = {
|
||||||
enabled = true,
|
enabled = false,
|
||||||
text = "💡",
|
text = "💡",
|
||||||
win_opts = {},
|
win_opts = {},
|
||||||
},
|
},
|
||||||
virtual_text = {
|
virtual_text = {
|
||||||
enabled = true,
|
enabled = false,
|
||||||
text = "💡",
|
text = "💡",
|
||||||
},
|
},
|
||||||
status_text = {
|
status_text = {
|
||||||
enabled = true,
|
enabled = false,
|
||||||
text = "💡",
|
text = "💡",
|
||||||
text_unavailable = ""
|
text_unavailable = ""
|
||||||
|
},
|
||||||
|
autocmd = {
|
||||||
|
enabled = false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue