Created
April 18, 2014 11:44
-
-
Save breezhang/11039674 to your computer and use it in GitHub Desktop.
install snipmeta vim plugin delay me many times !!!!!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A --> install snipmeta vim plugin | |
must be check https://github.com/garbas/vim-snipmate | |
"" | |
We recommend one of the following methods for installing SnipMate and | |
its dependencies. SnipMate depends on vim-addon-mw-utils and tlib. | |
Since SnipMate does not ship with any snippets, | |
we suggest looking at the vim-snippets repository. | |
"" | |
1. setup vundle | |
2. | |
===============ctrl + v to [.|_]vimrc | |
Bundle "MarcWeber/vim-addon-mw-utils" | |
Bundle "tomtom/tlib_vim" | |
Bundle "garbas/vim-snipmate" | |
3.make dir HOME\vimfiles\snippets -->you temp .... | |
## git clone https://github.com/msanders/snipmate.vim.git | |
## move snippets to HOME\vimfiles\snippets | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment