mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
11 lines
139 B
Lua
11 lines
139 B
Lua
return {
|
|
'stevearc/overseer.nvim',
|
|
dependencies = {
|
|
'akinsho/toggleterm.nvim',
|
|
},
|
|
opts = {
|
|
strategy = "toggleterm"
|
|
},
|
|
}
|
|
|