„home/.config/nvim/windows.vim“ hinzufügen
This commit is contained in:
parent
ae9f6091b8
commit
55df542a9d
|
@ -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
|
Loading…
Reference in New Issue