Files
nvim/lua/plugins/toggleterm.lua

5 lines
110 B
Lua
Raw Normal View History

2026-02-09 17:22:57 +08:00
return {
-- amongst your other plugins
{ "akinsho/toggleterm.nvim", version = "*", config = true },
}