Skip to content

Commit

Permalink
Fix the missing vim-snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Oct 16, 2017
1 parent 9594f42 commit 43cc2fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion layers/+programming/code-snippets/packages.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
" Refer to https://github.com/junegunn/vim-plug/wiki/faq
" Load on nothing
MP 'SirVer/ultisnips', { 'on': [] } | MP 'honza/vim-snippets', { 'on': [] }
MP 'SirVer/ultisnips', { 'on': [] }
MP 'honza/vim-snippets', { 'on': [] }

augroup loadSnips
autocmd!
Expand Down
2 changes: 1 addition & 1 deletion layers/LAYERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Topic | Layer | Plugins
+lang | [typescript](https://github.com/liuchengxu/space-vim/tree/master/layers/+lang/typescript) | <ul><li>[Quramy/tsuquyomi](https://github.com/Quramy/tsuquyomi)</li><li>[Shougo/vimproc.vim](https://github.com/Shougo/vimproc.vim)</li><li>[leafgarland/typescript-vim](https://github.com/leafgarland/typescript-vim)</li></ul>
+lang | [vue](https://github.com/liuchengxu/space-vim/tree/master/layers/+lang/vue) | <ul><li>[posva/vim-vue](https://github.com/posva/vim-vue)</li></ul>
+misc | [chinese](https://github.com/liuchengxu/space-vim/tree/master/layers/+misc/chinese) | <ul><li>[yianwillis/vimcdoc](https://github.com/yianwillis/vimcdoc)</li></ul>
+programming | [code-snippets](https://github.com/liuchengxu/space-vim/tree/master/layers/+programming/code-snippets) | <ul><li>[SirVer/ultisnips](https://github.com/SirVer/ultisnips)</li></ul>
+programming | [code-snippets](https://github.com/liuchengxu/space-vim/tree/master/layers/+programming/code-snippets) | <ul><li>[SirVer/ultisnips](https://github.com/SirVer/ultisnips)</li><li>[honza/vim-snippets](https://github.com/honza/vim-snippets)</li></ul>
+programming | [editing](https://github.com/liuchengxu/space-vim/tree/master/layers/+programming/editing) | <ul><li>[tpope/vim-surround](https://github.com/tpope/vim-surround)</li><li>[jiangmiao/auto-pairs](https://github.com/jiangmiao/auto-pairs)</li><li>[pelodelfuego/vim-swoop](https://github.com/pelodelfuego/vim-swoop)</li><li>[terryma/vim-multiple-cursors](https://github.com/terryma/vim-multiple-cursors)</li><li>[scrooloose/nerdcommenter](https://github.com/scrooloose/nerdcommenter)</li></ul>
+programming | [programming](https://github.com/liuchengxu/space-vim/tree/master/layers/+programming/programming) | <ul><li>[luochen1990/rainbow](https://github.com/luochen1990/rainbow)</li><li>[editorconfig/editorconfig-vim](https://github.com/editorconfig/editorconfig-vim)</li><li>[matze/vim-move](https://github.com/matze/vim-move)</li><li>[junegunn/rainbow_parentheses.vim](https://github.com/junegunn/rainbow_parentheses.vim)</li><li>[majutsushi/tagbar](https://github.com/majutsushi/tagbar)</li><li>[Chiel92/vim-autoformat](https://github.com/Chiel92/vim-autoformat)</li><li>[Yggdroot/indentLine](https://github.com/Yggdroot/indentLine)</li><li>[nathanaelkane/vim-indent-guides](https://github.com/nathanaelkane/vim-indent-guides)</li><li>[skywind3000/asyncrun.vim](https://github.com/skywind3000/asyncrun.vim)</li><li>[sheerun/vim-polyglot](https://github.com/sheerun/vim-polyglot)</li></ul>
+themes | [airline](https://github.com/liuchengxu/space-vim/tree/master/layers/+themes/airline) | <ul><li>[vim-airline/vim-airline-themes](https://github.com/vim-airline/vim-airline-themes)</li><li>[vim-airline/vim-airline](https://github.com/vim-airline/vim-airline)</li></ul>
Expand Down

0 comments on commit 43cc2fa

Please sign in to comment.