nvim: after/plugin/lightbulb: Update configuration

This commit is contained in:
Sanchayan Maity 2023-01-07 10:36:23 +05:30
parent 2706a82b36
commit 6e268b0d20
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 7 additions and 4 deletions

View File

@ -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,
} }
} }