From d2fc9fb53ed0de56e33d99008a37e801ec93ff8e Mon Sep 17 00:00:00 2001 From: James Dixon Date: Mon, 26 Oct 2020 12:07:51 -0400 Subject: [PATCH] add powershell plugin and gui settings for win32 --- stow/vim/.vim/vimrc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/stow/vim/.vim/vimrc b/stow/vim/.vim/vimrc index 6a6d923..cfaa44a 100644 --- a/stow/vim/.vim/vimrc +++ b/stow/vim/.vim/vimrc @@ -15,6 +15,7 @@ endif "{{{ if has('win32') let &runtimepath.=",$HOME/.vim" + set shell=pwsh endif if has("gui_running") @@ -25,8 +26,13 @@ if has("gui_running") elseif has("gui_macvim") set guifont=Menlo\ Regular:h14 elseif has("gui_win32") - " set guifont=Consolas:h10 - set guifont=Cascadia\ Code:h10 + set guifont=Consolas:h10 + " set guifont=Cascadia\ Code:h10 + + "start full-screened + augroup WINGUI + autocmd! GUIEnter * simalt ~x + augroup END endif endif "}}} @@ -159,6 +165,8 @@ call plug#begin(pluginDir) Plug 'mattn/emmet-vim' "gdscript Plug 'calviken/vim-gdscript3' + "powershell + Plug 'PProvost/vim-ps1' "go Plug 'fatih/vim-go' "md