Add aws plugin to vim

This commit is contained in:
Pavle Portic 2019-06-10 14:32:02 +02:00
parent 7a009ccb58
commit 5ecd20a745
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ function! UserInit()
Plug 'diepm/vim-rest-console'
Plug 'RRethy/vim-hexokinase'
Plug 'mbbill/undotree'
Plug 'm-kat/aws-vim'
endfunction