Install plugin for json with comments

This commit is contained in:
Max Bucknell 2020-03-04 15:28:46 +11:00
parent 6eacc64e66
commit 2d1f14eb7c

View file

@ -31,8 +31,8 @@ call plug#begin()
" CSS Colour previews " CSS Colour previews
Plug 'maxbucknell/Colorizer', { 'branch': 'neovim-virtual-text' } Plug 'maxbucknell/Colorizer', { 'branch': 'neovim-virtual-text' }
" Statusline " JSON with comments, just for TypeScript
Plug 'vim-airline/vim-airline' Plug 'kevinoid/vim-jsonc'
call plug#end() call plug#end()
" I have a true colour terminal, and I will have true colours in my Vim " I have a true colour terminal, and I will have true colours in my Vim