mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 03:40:57 +01:00
vim: Add GraphQL support
Now GraphQL queries look a little nicer.
This commit is contained in:
parent
a8660248ea
commit
919178b2d4
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user