
a lot of plugins are moving to the extra modules all the keymaps are on the keys section of each plugin which-key options are now dependant on the plugin they are in, etc
13 lines
171 B
Lua
13 lines
171 B
Lua
return {
|
|
{
|
|
"Bekaboo/dropbar.nvim",
|
|
event = "BufRead",
|
|
opts = {
|
|
sources = {
|
|
terminal = {
|
|
name = "",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|