
new terminal, telescope plugins moved into telescope.lua for eassier management and a lot more
10 lines
153 B
Lua
10 lines
153 B
Lua
return {
|
|
{
|
|
"bennypowers/nvim-regexplainer",
|
|
opts = {},
|
|
event = "BufReadPost",
|
|
requires = {
|
|
"MunifTanjim/nui.nvim",
|
|
},
|
|
},
|
|
}
|