add powershell plugin and gui settings for win32

This commit is contained in:
James Dixon 2020-10-26 12:07:51 -04:00
parent 414baa9fe8
commit d2fc9fb53e

View File

@ -15,6 +15,7 @@ endif
"{{{ "{{{
if has('win32') if has('win32')
let &runtimepath.=",$HOME/.vim" let &runtimepath.=",$HOME/.vim"
set shell=pwsh
endif endif
if has("gui_running") if has("gui_running")
@ -25,8 +26,13 @@ if has("gui_running")
elseif has("gui_macvim") elseif has("gui_macvim")
set guifont=Menlo\ Regular:h14 set guifont=Menlo\ Regular:h14
elseif has("gui_win32") elseif has("gui_win32")
" set guifont=Consolas:h10 set guifont=Consolas:h10
set guifont=Cascadia\ Code:h10 " set guifont=Cascadia\ Code:h10
"start full-screened
augroup WINGUI
autocmd! GUIEnter * simalt ~x
augroup END
endif endif
endif endif
"}}} "}}}
@ -159,6 +165,8 @@ call plug#begin(pluginDir)
Plug 'mattn/emmet-vim' Plug 'mattn/emmet-vim'
"gdscript "gdscript
Plug 'calviken/vim-gdscript3' Plug 'calviken/vim-gdscript3'
"powershell
Plug 'PProvost/vim-ps1'
"go "go
Plug 'fatih/vim-go' Plug 'fatih/vim-go'
"md "md