
new terminal, telescope plugins moved into telescope.lua for eassier management and a lot more
11 lines
138 B
Lua
11 lines
138 B
Lua
return {
|
|
{
|
|
"dnlhc/glance.nvim",
|
|
cmd = { "Glance" },
|
|
opts = {
|
|
border = {
|
|
enable = true,
|
|
},
|
|
},
|
|
},
|
|
}
|