„home/.config/nvim/windows.vim“ hinzufügen

This commit is contained in:
cscherrNT 2023-06-28 16:33:36 +02:00
parent ae9f6091b8
commit 55df542a9d
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
" Look, I don't like it, but my company has Windows 10 Workstations okay?
" If possible, I'd love to ditch Windows completely, as I have already done privately.
" shell stuff
" we 'want' powershell
set shell=powershell
set shellcmdflag=-command
set shellquote=\"
set shellxquote=
lua << EOF
-- setup FTerm to use powershell too
require'FTerm'.setup({
cmd = "powershell"
})
EOF