From b7fd64dc417121a0ef04dc9a3cb4d390b37de941 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sun, 10 Nov 2019 19:14:57 +0800 Subject: [PATCH] Modify screenshot size --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f9cd35..7550b44 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Vim syntax highlighting plugin for JavaScript and [Flow.js](https://flow.org/) - Better support for [JSDoc](https://jsdoc.app/) syntax - More accurate syntax groups, easy for colorscheme customization -yuezk/vim-js screenshot +yuezk/vim-js screenshot ## Install @@ -21,7 +21,7 @@ A Vim syntax highlighting plugin for JavaScript and [Flow.js](https://flow.org/) Please use [vim-jsx-pretty](https://github.com/MaxMEllon/vim-jsx-pretty) to highlight the JSX syntax. It's another plugin I currently maintain. ```vim -Plug maxmellon/vim-jsx-pretty +Plug 'maxmellon/vim-jsx-pretty' ``` ## License