+ Adding git to powershell and added highlight support for ps1

This commit is contained in:
ziro 2020-07-27 11:12:42 +07:00
parent 0bebd4b1bd
commit 1adb99be96
2 changed files with 28 additions and 2 deletions

View file

@ -10,6 +10,7 @@ let $vimplug_bundle='~/.local/share/vim/bundle'
" ----- List of used plugins
call plug#begin($vimplug_bundle)
Plug 'PProvost/vim-ps1'
Plug 'deoplete-plugins/deoplete-jedi'
Plug 'kovetskiy/sxhkd-vim'
Plug 'lervag/vimtex'