Skip to content

caasi/vim-react-snippets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-react-snippets

A set of snippets for Vim to work with Facebook's React library in ES6.

A direct port of the awesome snippets from jgebhardt/sublime-react.

Requires vim-snipmate.

Installation

Use your preferred Vim plugin installation method. I like Vundle, but other options like pathogen should work fine as well.

If you're using Vundle, and you don't currently have SnipMate, you will need to add the following to your .vimrc (taken from the SnipMate README):

" vim-react-snippets:
Plugin "caasi/vim-react-snippets"

" SnipMate and its dependencies:
Plugin "MarcWeber/vim-addon-mw-utils"
Plugin "tomtom/tlib_vim"
Plugin "garbas/vim-snipmate"

" Other sets of snippets (optional):
Plugin "honza/vim-snippets"

Usage

Within any Javascript or JSX file, you should be able to do the following:

(in insert mode)

gdp<Tab>

expanding to

getDefaultProps: function() {
    return {

    };
},

And a bunch of others! Check snippets/javascript.snippets to see the full list.

About

Vim version of the snippets from jgebhardt/sublime-react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published