|
|
@ -187,6 +187,7 @@ return { |
|
|
|
{ |
|
|
|
{ |
|
|
|
"akinsho/toggleterm.nvim", |
|
|
|
"akinsho/toggleterm.nvim", |
|
|
|
config = function() |
|
|
|
config = function() |
|
|
|
|
|
|
|
vim.cmd [[let &shellcmdflag = '-s']] -- required for Windows |
|
|
|
require("toggleterm").setup({ |
|
|
|
require("toggleterm").setup({ |
|
|
|
auto_scroll = true, |
|
|
|
auto_scroll = true, |
|
|
|
direction = "float", |
|
|
|
direction = "float", |
|
|
|