Files
nvim/lua/plugins/toggleterm.lua
2025-05-09 10:20:08 +01:00

9 lines
120 B
Lua

return {
{
"akinsho/toggleterm.nvim",
version = "*",
opts = {--[[ things you want to change go here]]
},
},
}