plug upgrade and minor changes

This commit is contained in:
2020-10-25 00:06:18 +02:00
parent ea5f4c84ea
commit 1337cc2319
3 changed files with 135 additions and 46 deletions

View File

@@ -5,7 +5,8 @@ if ($TERM=~"xterm-256color" || $TERM=~"screen-256color" || has("gui_vimr"))
Plug 'junegunn/fzf.vim'
Plug 'mhinz/vim-signify'
" highlighting plugins
" language plugins
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
Plug 'neovimhaskell/haskell-vim'
Plug 'pearofducks/ansible-vim'
call plug#end()