Neovim: Fix terminal popup on Windows
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user