
new terminal, telescope plugins moved into telescope.lua for eassier management and a lot more
21 lines
344 B
Lua
21 lines
344 B
Lua
return {
|
|
{
|
|
"kosayoda/nvim-lightbulb",
|
|
event = "BufReadPre",
|
|
opts = {
|
|
sign = {
|
|
enabled = false,
|
|
priority = 10,
|
|
},
|
|
float = {
|
|
enabled = true,
|
|
text = "💡",
|
|
win_opts = {},
|
|
},
|
|
virtual_text = {
|
|
enabled = false,
|
|
text = "💡",
|
|
},
|
|
},
|
|
},
|
|
}
|