Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 534 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 534 Bytes

vim-react-es6-snippets

A collection of React snippets in ES6 for vim.

Ultisnips is required.

Installation

Having vim-plug installed, then add following line to your .vimrc:

Plug 'dcai/vim-react-es6-snippets'

Use Snippets

In JavaScript or JSX file, type snippet name then press Ultisnips trigger key, in my case it's :

r:c<tab>

Or use :Snippets to narrow down when fzf.vim installed.