nvim: add powershell plug
This commit is contained in:
parent
dcb6458b6f
commit
1a51cb7c2a
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ Plug 'airblade/vim-gitgutter'
|
|||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'junegunn/gv.vim'
|
||||
|
||||
" PowerShell
|
||||
Plug 'PProvost/vim-ps1'
|
||||
|
||||
call plug#end()
|
||||
|
||||
" language en_US
|
||||
|
|
Loading…
Reference in a new issue