nvim/lua/plugs/toggleterm.lua

6 lines
105 B
Lua
Raw Normal View History

2023-11-16 23:29:04 +08:00
return {
-- amongst your other plugins
{'akinsho/toggleterm.nvim', version = "*", config = true},
}