Add cuelang plugin

This commit is contained in:
Daniel Flanagan 2021-07-01 14:25:11 -05:00
parent 3ad8d66cb1
commit 248376dfc7
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ call plug#begin($vimdir.'/plugged')
Plug 'wellle/targets.vim' " adds some more handy text objects
Plug 'tpope/vim-obsession' " even better session handling
Plug 'dhruvasagar/vim-prosession' " even better session handling
Plug 'dhruvasagar/vim-prosession' " even better session handling
Plug 'jjo/vim-cue' " CUE lang
Plug 'neoclide/coc.nvim', {'branch': 'release'}
call plug#end()