An open API service indexing awesome lists of open source software.

https://github.com/zirho/vim-agnostic-react-snippets

Vim Agnostic React Snippets
https://github.com/zirho/vim-agnostic-react-snippets

javascript neovim react react-snippets snippets ultisnips vim vim-plugin

Last synced: 7 months ago
JSON representation

Vim Agnostic React Snippets

Awesome Lists containing this project

README

          

# Vim React Snippets

* Agnostic to coding style. (semicolon, styled component)

Requires [UltiSnips](https://github.com/SirVer/ultisnips).

## Installation

Use one of plugin managers

1. [vim-plug](https://github.com/junegunn/vim-plug)
1. NeoBundle
1. Vundle
1. Pathogen
1. Vim-Addon-Manager

Using :

```vim
" Ultisnips
Plug 'SirVer/ultisnips'
Plug 'zirho/vim-react-snippets'
```

## Snippets

| Trigger | Content |
| -------: | ------- |
| `react→` | React Functional Component |

## Inspired by

* [UltiSnips](https://github.com/SirVer/ultisnips)
* [vim-react-snippets](https://github.com/honza/vim-snippets)
* [vim-snippets](https://github.com/epilande/vim-react-snippets)