mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +08:00
Fix bing support
This commit is contained in:
parent
e9c5930987
commit
7ad86dc40c
178
README.md
178
README.md
@ -7,6 +7,8 @@
|
||||
[![Twitter](https://img.shields.io/badge/Twitter-SpaceVim-blue.svg)](https://twitter.com/SpaceVim)
|
||||
[![Facebook](https://img.shields.io/badge/FaceBook-SpaceVim-blue.svg)](https://www.facebook.com/SpaceVim)
|
||||
<head>
|
||||
<meta name="msvalidate.01" content="14716157352C631AD40087A3D69C499B" />
|
||||
<title>SpaceVim - Like spacemacs, but for vim</title>
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
@ -21,15 +23,13 @@ ga('send', 'pageview');
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "https://hm.baidu.com/hm.js?c6bde3c13e6fd8fde7357f71b4dd53a7";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "https://hm.baidu.com/hm.js?c6bde3c13e6fd8fde7357f71b4dd53a7";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
|
||||
<meta name="msvalidate.01" content="14716157352C631AD40087A3D69C499B" />
|
||||
|
||||
</head>
|
||||
|
||||
![2017-01-07_1363x723](https://cloud.githubusercontent.com/assets/13142418/21739011/6c38c14e-d4ca-11e6-8f3e-2c21dfc489c0.png)
|
||||
@ -510,90 +510,90 @@ Key | Mode | Action
|
||||
- [Rafael Bodill](https://github.com/rafi) and his vim-config
|
||||
- [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
|
||||
[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
|
||||
[mustache]: https://github.com/mustache/vim-mustache-handlebars
|
||||
[markdown]: https://github.com/rcmdnk/vim-markdown
|
||||
[ansible-yaml]: https://github.com/chase/vim-ansible-yaml
|
||||
[jinja]: https://github.com/mitsuhiko/vim-jinja
|
||||
[less]: https://github.com/groenewege/vim-less
|
||||
[css3-syntax]: https://github.com/hail2u/vim-css3-syntax
|
||||
[csv]: https://github.com/chrisbra/csv.vim
|
||||
[pep8-indent]: https://github.com/hynek/vim-python-pep8-indent
|
||||
[logstash]: https://github.com/robbles/logstash.vim
|
||||
[tmux]: https://github.com/tmux-plugins/vim-tmux
|
||||
[json]: https://github.com/elzr/vim-json
|
||||
[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
|
||||
[javascript-indent]: https://github.com/jiangmiao/simple-javascript-indenter
|
||||
[tern]: https://github.com/marijnh/tern_for_vim
|
||||
[php]: https://github.com/StanAngeloff/php.vim
|
||||
[phpfold]: https://github.com/rayburgemeestre/phpfolding.vim
|
||||
[phpcomplete]: https://github.com/shawncplus/phpcomplete.vim
|
||||
[phpindent]: https://github.com/2072/PHP-Indenting-for-VIm
|
||||
[phpspec]: https://github.com/rafi/vim-phpspec
|
||||
[vimfiler]: https://github.com/Shougo/vimfiler.vim
|
||||
[tinycomment]: https://github.com/rafi/vim-tinycomment
|
||||
[vinarise]: https://github.com/Shougo/vinarise.vim
|
||||
[syntastic]: https://github.com/scrooloose/syntastic
|
||||
[gita]: https://github.com/lambdalisue/vim-gita
|
||||
[gista]: https://github.com/lambdalisue/vim-gista
|
||||
[undotree]: https://github.com/mbbill/undotree
|
||||
[incsearch]: https://github.com/haya14busa/incsearch.vim
|
||||
[expand-region]: https://github.com/terryma/vim-expand-region
|
||||
[open-browser]: https://github.com/tyru/open-browser.vim
|
||||
[prettyprint]: https://github.com/thinca/vim-prettyprint
|
||||
[quickrun]: https://github.com/thinca/vim-quickrun
|
||||
[ref]: https://github.com/thinca/vim-ref
|
||||
[dictionary]: https://github.com/itchyny/dictionary.vim
|
||||
[vimwiki]: https://github.com/vimwiki/vimwiki
|
||||
[thesaurus]: https://github.com/beloglazov/vim-online-thesaurus
|
||||
[goyo]: https://github.com/junegunn/goyo.vim
|
||||
[limelight]: https://github.com/junegunn/limelight.vim
|
||||
[matchit]: http://www.vim.org/scripts/script.php?script_id=39
|
||||
[indentline]: https://github.com/Yggdroot/indentLine
|
||||
[choosewin]: https://github.com/t9md/vim-choosewin
|
||||
[delimitmate]: https://github.com/Raimondi/delimitMate
|
||||
[echodoc]: https://github.com/Shougo/echodoc.vim
|
||||
[deoplete]: https://github.com/Shougo/deoplete.nvim
|
||||
[neocomplete]: https://github.com/Shougo/neocomplete.vim
|
||||
[neosnippet]: https://github.com/Shougo/neosnippet.vim
|
||||
[unite]: https://github.com/Shougo/unite.vim
|
||||
[unite-colorscheme]: https://github.com/ujihisa/unite-colorscheme
|
||||
[unite-filetype]: https://github.com/osyo-manga/unite-filetype
|
||||
[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
|
||||
[html5]: https://github.com/othree/html5.vim
|
||||
[mustache]: https://github.com/mustache/vim-mustache-handlebars
|
||||
[markdown]: https://github.com/rcmdnk/vim-markdown
|
||||
[ansible-yaml]: https://github.com/chase/vim-ansible-yaml
|
||||
[jinja]: https://github.com/mitsuhiko/vim-jinja
|
||||
[less]: https://github.com/groenewege/vim-less
|
||||
[css3-syntax]: https://github.com/hail2u/vim-css3-syntax
|
||||
[csv]: https://github.com/chrisbra/csv.vim
|
||||
[pep8-indent]: https://github.com/hynek/vim-python-pep8-indent
|
||||
[logstash]: https://github.com/robbles/logstash.vim
|
||||
[tmux]: https://github.com/tmux-plugins/vim-tmux
|
||||
[json]: https://github.com/elzr/vim-json
|
||||
[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
|
||||
[javascript-indent]: https://github.com/jiangmiao/simple-javascript-indenter
|
||||
[tern]: https://github.com/marijnh/tern_for_vim
|
||||
[php]: https://github.com/StanAngeloff/php.vim
|
||||
[phpfold]: https://github.com/rayburgemeestre/phpfolding.vim
|
||||
[phpcomplete]: https://github.com/shawncplus/phpcomplete.vim
|
||||
[phpindent]: https://github.com/2072/PHP-Indenting-for-VIm
|
||||
[phpspec]: https://github.com/rafi/vim-phpspec
|
||||
[vimfiler]: https://github.com/Shougo/vimfiler.vim
|
||||
[tinycomment]: https://github.com/rafi/vim-tinycomment
|
||||
[vinarise]: https://github.com/Shougo/vinarise.vim
|
||||
[syntastic]: https://github.com/scrooloose/syntastic
|
||||
[gita]: https://github.com/lambdalisue/vim-gita
|
||||
[gista]: https://github.com/lambdalisue/vim-gista
|
||||
[undotree]: https://github.com/mbbill/undotree
|
||||
[incsearch]: https://github.com/haya14busa/incsearch.vim
|
||||
[expand-region]: https://github.com/terryma/vim-expand-region
|
||||
[open-browser]: https://github.com/tyru/open-browser.vim
|
||||
[prettyprint]: https://github.com/thinca/vim-prettyprint
|
||||
[quickrun]: https://github.com/thinca/vim-quickrun
|
||||
[ref]: https://github.com/thinca/vim-ref
|
||||
[dictionary]: https://github.com/itchyny/dictionary.vim
|
||||
[vimwiki]: https://github.com/vimwiki/vimwiki
|
||||
[thesaurus]: https://github.com/beloglazov/vim-online-thesaurus
|
||||
[goyo]: https://github.com/junegunn/goyo.vim
|
||||
[limelight]: https://github.com/junegunn/limelight.vim
|
||||
[matchit]: http://www.vim.org/scripts/script.php?script_id=39
|
||||
[indentline]: https://github.com/Yggdroot/indentLine
|
||||
[choosewin]: https://github.com/t9md/vim-choosewin
|
||||
[delimitmate]: https://github.com/Raimondi/delimitMate
|
||||
[echodoc]: https://github.com/Shougo/echodoc.vim
|
||||
[deoplete]: https://github.com/Shougo/deoplete.nvim
|
||||
[neocomplete]: https://github.com/Shougo/neocomplete.vim
|
||||
[neosnippet]: https://github.com/Shougo/neosnippet.vim
|
||||
[unite]: https://github.com/Shougo/unite.vim
|
||||
[unite-colorscheme]: https://github.com/ujihisa/unite-colorscheme
|
||||
[unite-filetype]: https://github.com/osyo-manga/unite-filetype
|
||||
[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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user