starter/lua/plugins/toggleterm.lua

7 lines
213 B
Lua
Raw Normal View History

2024-02-18 12:19:39 +08:00
return {
-- amongst your other plugins
2024-02-19 02:39:52 +08:00
{ "akinsho/toggleterm.nvim", version = "*", config = true },
2024-02-18 12:19:39 +08:00
-- or
2024-02-19 02:39:52 +08:00
-- {'akinsho/toggleterm.nvim', version = "*", opts = {--[[ things you want to change go here]]}}
2024-02-18 12:19:39 +08:00
}