
new terminal, telescope plugins moved into telescope.lua for eassier management and a lot more
13 lines
171 B
Lua
13 lines
171 B
Lua
return {
|
|
{
|
|
"Bekaboo/dropbar.nvim",
|
|
event = "BufRead",
|
|
opts = {
|
|
sources = {
|
|
terminal = {
|
|
name = "",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|