
new terminal, telescope plugins moved into telescope.lua for eassier management and a lot more
10 lines
233 B
Lua
10 lines
233 B
Lua
return {
|
|
{
|
|
"sustech-data/wildfire.nvim",
|
|
event = "VeryLazy",
|
|
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
|
config = function()
|
|
require("wildfire").setup()
|
|
end,
|
|
},
|
|
}
|