1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-23 17:49:57 +08:00

Update README.md

This commit is contained in:
Wang Shidong 2017-01-05 14:25:37 +08:00 committed by GitHub
parent e743ec0d74
commit 82feafa122

173
README.md
View File

@ -10,7 +10,6 @@ ga('send', 'pageview');
</script> </script>
</head> </head>
# SpaceVim # SpaceVim
[![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim) [![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim)
[![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg?style=flat-square)](doc/SpaceVim.txt) [![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg?style=flat-square)](doc/SpaceVim.txt)
@ -485,96 +484,90 @@ Key | Mode | Action
- [Rafael Bodill](https://github.com/rafi) and his vim-config - [Rafael Bodill](https://github.com/rafi) and his vim-config
- [Bailey Ling](https://github.com/bling) and his dotvim - [Bailey Ling](https://github.com/bling) and his dotvim
<!-- plublic links --> <!-- plublic links -->
[dein.vim]: https://github.com/Shougo/dein.vim
[vimproc]: https://github.com/Shougo/vimproc.vim
[colorschemes]: https://github.com/rafi/awesome-vim-colorschemes
[file-line]: https://github.com/bogado/file-line
[neomru]: https://github.com/Shougo/neomru.vim
[cursorword]: https://github.com/itchyny/vim-cursorword
[gitbranch]: https://github.com/itchyny/vim-gitbranch
[gitgutter]: https://github.com/airblade/vim-gitgutter
[bookmarks]: https://github.com/MattesGroeger/vim-bookmarks
[tmux-navigator]: https://github.com/christoomey/vim-tmux-navigator
[tinyline]: https://github.com/rafi/vim-tinyline
[tagabana]: https://github.com/rafi/vim-tagabana
[html5]: https://github.com/othree/html5.vim [dein.vim]: https://github.com/Shougo/dein.vim
[mustache]: https://github.com/mustache/vim-mustache-handlebars [vimproc]: https://github.com/Shougo/vimproc.vim
[markdown]: https://github.com/rcmdnk/vim-markdown [colorschemes]: https://github.com/rafi/awesome-vim-colorschemes
[ansible-yaml]: https://github.com/chase/vim-ansible-yaml [file-line]: https://github.com/bogado/file-line
[jinja]: https://github.com/mitsuhiko/vim-jinja [neomru]: https://github.com/Shougo/neomru.vim
[less]: https://github.com/groenewege/vim-less [cursorword]: https://github.com/itchyny/vim-cursorword
[css3-syntax]: https://github.com/hail2u/vim-css3-syntax [gitbranch]: https://github.com/itchyny/vim-gitbranch
[csv]: https://github.com/chrisbra/csv.vim [gitgutter]: https://github.com/airblade/vim-gitgutter
[pep8-indent]: https://github.com/hynek/vim-python-pep8-indent [bookmarks]: https://github.com/MattesGroeger/vim-bookmarks
[logstash]: https://github.com/robbles/logstash.vim [tmux-navigator]: https://github.com/christoomey/vim-tmux-navigator
[tmux]: https://github.com/tmux-plugins/vim-tmux [tinyline]: https://github.com/rafi/vim-tinyline
[json]: https://github.com/elzr/vim-json [tagabana]: https://github.com/rafi/vim-tagabana
[toml]: https://github.com/cespare/vim-toml
[i3]: https://github.com/PotatoesMaster/i3-vim-syntax
[Dockerfile]: https://github.com/ekalinin/Dockerfile.vim
[go]: https://github.com/fatih/vim-go
[jedi-vim]: https://github.com/davidhalter/jedi-vim
[ruby]: https://github.com/vim-ruby/vim-ruby
[portfile]: https://github.com/jstrater/mpvim
[javascript]: https://github.com/jelera/vim-javascript-syntax [html5]: https://github.com/othree/html5.vim
[javascript-indent]: https://github.com/jiangmiao/simple-javascript-indenter [mustache]: https://github.com/mustache/vim-mustache-handlebars
[tern]: https://github.com/marijnh/tern_for_vim [markdown]: https://github.com/rcmdnk/vim-markdown
[ansible-yaml]: https://github.com/chase/vim-ansible-yaml
[php]: https://github.com/StanAngeloff/php.vim [jinja]: https://github.com/mitsuhiko/vim-jinja
[phpfold]: https://github.com/rayburgemeestre/phpfolding.vim [less]: https://github.com/groenewege/vim-less
[phpcomplete]: https://github.com/shawncplus/phpcomplete.vim [css3-syntax]: https://github.com/hail2u/vim-css3-syntax
[phpindent]: https://github.com/2072/PHP-Indenting-for-VIm [csv]: https://github.com/chrisbra/csv.vim
[phpspec]: https://github.com/rafi/vim-phpspec [pep8-indent]: https://github.com/hynek/vim-python-pep8-indent
[logstash]: https://github.com/robbles/logstash.vim
[vimfiler]: https://github.com/Shougo/vimfiler.vim [tmux]: https://github.com/tmux-plugins/vim-tmux
[tinycomment]: https://github.com/rafi/vim-tinycomment [json]: https://github.com/elzr/vim-json
[vinarise]: https://github.com/Shougo/vinarise.vim [toml]: https://github.com/cespare/vim-toml
[syntastic]: https://github.com/scrooloose/syntastic [i3]: https://github.com/PotatoesMaster/i3-vim-syntax
[gita]: https://github.com/lambdalisue/vim-gita [Dockerfile]: https://github.com/ekalinin/Dockerfile.vim
[gista]: https://github.com/lambdalisue/vim-gista [go]: https://github.com/fatih/vim-go
[undotree]: https://github.com/mbbill/undotree [jedi-vim]: https://github.com/davidhalter/jedi-vim
[incsearch]: https://github.com/haya14busa/incsearch.vim [ruby]: https://github.com/vim-ruby/vim-ruby
[expand-region]: https://github.com/terryma/vim-expand-region [portfile]: https://github.com/jstrater/mpvim
[open-browser]: https://github.com/tyru/open-browser.vim [javascript]: https://github.com/jelera/vim-javascript-syntax
[prettyprint]: https://github.com/thinca/vim-prettyprint [javascript-indent]: https://github.com/jiangmiao/simple-javascript-indenter
[quickrun]: https://github.com/thinca/vim-quickrun [tern]: https://github.com/marijnh/tern_for_vim
[ref]: https://github.com/thinca/vim-ref [php]: https://github.com/StanAngeloff/php.vim
[dictionary]: https://github.com/itchyny/dictionary.vim [phpfold]: https://github.com/rayburgemeestre/phpfolding.vim
[vimwiki]: https://github.com/vimwiki/vimwiki [phpcomplete]: https://github.com/shawncplus/phpcomplete.vim
[thesaurus]: https://github.com/beloglazov/vim-online-thesaurus [phpindent]: https://github.com/2072/PHP-Indenting-for-VIm
[phpspec]: https://github.com/rafi/vim-phpspec
[goyo]: https://github.com/junegunn/goyo.vim [vimfiler]: https://github.com/Shougo/vimfiler.vim
[limelight]: https://github.com/junegunn/limelight.vim [tinycomment]: https://github.com/rafi/vim-tinycomment
[matchit]: http://www.vim.org/scripts/script.php?script_id=39 [vinarise]: https://github.com/Shougo/vinarise.vim
[indentline]: https://github.com/Yggdroot/indentLine [syntastic]: https://github.com/scrooloose/syntastic
[choosewin]: https://github.com/t9md/vim-choosewin [gita]: https://github.com/lambdalisue/vim-gita
[gista]: https://github.com/lambdalisue/vim-gista
[delimitmate]: https://github.com/Raimondi/delimitMate [undotree]: https://github.com/mbbill/undotree
[echodoc]: https://github.com/Shougo/echodoc.vim [incsearch]: https://github.com/haya14busa/incsearch.vim
[deoplete]: https://github.com/Shougo/deoplete.nvim [expand-region]: https://github.com/terryma/vim-expand-region
[neocomplete]: https://github.com/Shougo/neocomplete.vim [open-browser]: https://github.com/tyru/open-browser.vim
[neosnippet]: https://github.com/Shougo/neosnippet.vim [prettyprint]: https://github.com/thinca/vim-prettyprint
[quickrun]: https://github.com/thinca/vim-quickrun
[unite]: https://github.com/Shougo/unite.vim [ref]: https://github.com/thinca/vim-ref
[unite-colorscheme]: https://github.com/ujihisa/unite-colorscheme [dictionary]: https://github.com/itchyny/dictionary.vim
[unite-filetype]: https://github.com/osyo-manga/unite-filetype [vimwiki]: https://github.com/vimwiki/vimwiki
[unite-history]: https://github.com/thinca/vim-unite-history [thesaurus]: https://github.com/beloglazov/vim-online-thesaurus
[unite-build]: https://github.com/Shougo/unite-build [goyo]: https://github.com/junegunn/goyo.vim
[unite-outline]: https://github.com/h1mesuke/unite-outline [limelight]: https://github.com/junegunn/limelight.vim
[unite-tag]: https://github.com/tsukkee/unite-tag [matchit]: http://www.vim.org/scripts/script.php?script_id=39
[unite-quickfix]: https://github.com/osyo-manga/unite-quickfix [indentline]: https://github.com/Yggdroot/indentLine
[neossh]: https://github.com/Shougo/neossh.vim [choosewin]: https://github.com/t9md/vim-choosewin
[unite-pull-request]: https://github.com/joker1007/unite-pull-request [delimitmate]: https://github.com/Raimondi/delimitMate
[junkfile]: https://github.com/Shougo/junkfile.vim [echodoc]: https://github.com/Shougo/echodoc.vim
[unite-issue]: https://github.com/rafi/vim-unite-issue [deoplete]: https://github.com/Shougo/deoplete.nvim
[neocomplete]: https://github.com/Shougo/neocomplete.vim
[operator-user]: https://github.com/kana/vim-operator-user [neosnippet]: https://github.com/Shougo/neosnippet.vim
[operator-replace]: https://github.com/kana/vim-operator-replace [unite]: https://github.com/Shougo/unite.vim
[operator-surround]: https://github.com/rhysd/vim-operator-surround [unite-colorscheme]: https://github.com/ujihisa/unite-colorscheme
[textobj-user]: https://github.com/kana/vim-textobj-user [unite-filetype]: https://github.com/osyo-manga/unite-filetype
[textobj-multiblock]: https://github.com/osyo-manga/vim-textobj-multiblock [unite-history]: https://github.com/thinca/vim-unite-history
[unite-build]: https://github.com/Shougo/unite-build
[unite-outline]: https://github.com/h1mesuke/unite-outline
[unite-tag]: https://github.com/tsukkee/unite-tag
[unite-quickfix]: https://github.com/osyo-manga/unite-quickfix
[neossh]: https://github.com/Shougo/neossh.vim
[unite-pull-request]: https://github.com/joker1007/unite-pull-request
[junkfile]: https://github.com/Shougo/junkfile.vim
[unite-issue]: https://github.com/rafi/vim-unite-issue
[operator-user]: https://github.com/kana/vim-operator-user
[operator-replace]: https://github.com/kana/vim-operator-replace
[operator-surround]: https://github.com/rhysd/vim-operator-surround
[textobj-user]: https://github.com/kana/vim-textobj-user
[textobj-multiblock]: https://github.com/osyo-manga/vim-textobj-multiblock