vim: Add GraphQL support

Now GraphQL queries look a little nicer.
This commit is contained in:
Donovan Glover 2021-05-16 14:44:10 -04:00
parent a8660248ea
commit 919178b2d4
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -25,6 +25,7 @@ call plug#begin('~/.vim/plugged')
Plug 'tpope/vim-endwise' " 'End' completion
Plug 'reedes/vim-pencil' " Word wrap
Plug 'junegunn/goyo.vim' " Distraction-free writing
Plug 'jparise/vim-graphql' " GraphQL support
Plug 'osyo-manga/vim-over', {'on': 'OverCommandLine'}
Plug 'maksimr/vim-jsbeautify'