File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1- ## vim es6 snippets
1+ ## vim es6
22
3- > Write JavaScript ES6 easily with vim snippets.
3+ > Write JavaScript ES6 easily with vim-es6.
4+
5+ ![ ] ( https://raw.githubusercontent.com/isRuslan/vim-es6/master/sample.gif )
46
57## Install
68
911To install using [ Vundle] ( https://github.com/gmarik/vundle ) :
1012
1113 " add this line to your .vimrc file
12- Plugin 'isRuslan/vim-es6-snippets '
14+ Plugin 'isRuslan/vim-es6'
1315
1416To install using pathogen.vim:
1517
1618 cd ~/.vim/bundle
17- git clone https://github.com/isRuslan/vim-es6-snippets .git
19+ git clone https://github.com/isRuslan/vim-es6.git
1820
19- To manual install [ download] ( https://github.com/isRuslan/vim-es6-snippets /releases ) zip file:
21+ To manual install [ download] ( https://github.com/isRuslan/vim-es6/releases ) zip file:
2022
2123 cd ~/.vim
22- unzip vim-es6-snippets .zip
24+ unzip vim-es6.zip
2325
2426
2527To checkout the source from repository:
2628
2729 cd ~/.vim/bundle
28- git clone https://github.com/isRuslan/vim-es6-snippets .git
30+ git clone https://github.com/isRuslan/vim-es6.git
2931
3032## List
3133| Trigger | Result |
You can’t perform that action at this time.
0 commit comments