Skip to content

dcai/vim-react-es6-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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.