mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-27 13:45:29 +00:00
10 lines
210 B
Lua
10 lines
210 B
Lua
return {
|
|
-- A neovim lua plugin to help easily manage multiple terminal windows
|
|
-- https://github.com/akinsho/toggleterm.nvim
|
|
{
|
|
"akinsho/toggleterm.nvim",
|
|
version = "*",
|
|
config = true,
|
|
},
|
|
}
|