diff --git a/autoload/SpaceVim/layers/lang/powershell.vim b/autoload/SpaceVim/layers/lang/powershell.vim index 63d2f8f74..f8fd45cea 100644 --- a/autoload/SpaceVim/layers/lang/powershell.vim +++ b/autoload/SpaceVim/layers/lang/powershell.vim @@ -15,7 +15,7 @@ endfunction function! SpaceVim#layers#lang#powershell#config() abort - call SpaceVim#plugins#repl#reg('powershell', 'powershell') + call SpaceVim#plugins#repl#reg('powershell', 'powershell -NoLogo -NoProfile -NonInteractive') call SpaceVim#plugins#runner#reg_runner('powershell', 'powershell %s') call SpaceVim#mapping#space#regesit_lang_mappings('powershell', function('s:language_specified_mappings')) endfunction