1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:10:07 +08:00
A community-driven modular vim/neovim distribution - The ultimate vimrc
Go to file
Wang Shidong a378c40047 Update lang#python layer (#779)
* plugin: json-vim: update to newer, forked version

Updated the lang layer to use elzr/vim-json's fork or the old plugin
(leshill/vim-json). Now the actual used plugin is consistent with the
documentation, which pointed to elzr/vim-json before

* Update lang#python layer

* Remove plugin that does not exist

* Use fork instead

* Remove g:delimitMate_matchpairs setting.

Let `)`(delimitMate mapping) can work.
Remove '<:>' mapping, let the `less then` operator can work.

Fixes #772

* Call complete_parameter#pre_complete only pumvisible.
If pumvisible is false, call "\<Plug>delimitMate("

* Fix mapping to (

* Update statusline for ctrlp buffer

* remove stray chars from documentation

* Update version

* Add mapping g<c-]> for jump to tag under cursor

close #785

* fix typo

* Move context from readme

* Update readme

* Update intr

* Update readme

* Bug: can not override layer options.

Fix #793

* Add help desc

* Update fild founder cmd

* Update autocomplete layer

* Add gq for format Nmove text

* Update autocomplete layer options

* Update travis config

* Fix ag command in windows

* Fix #803

* Update chinese doc

* Update doc

* Add fonts doc

* Update doc

* copy doc to zh_cn_doc

* Fix command documentation

* Add weixin & zhifubao info

* Update img

* Update features

* Add Julia Support

* Update markdown layer setting

* Update markdown layer doc

* Add vim-repeat to edit layer

This is a really nice plugin which adds a user pluggable "." command. It
integrates seamlessly with several plugins, notably tpope/vim-surround
and makes the "." command capable of repeating on the entire surround
command, rather than just a part of the command. ysaw" becomes easily
repeatable!

* Update doc

* Update config doc

* Update statusline doc

* Fix git head

* Update doc for statusline

* Update doc for tabline

* Update doc

* Update remark config

* Update markdown layer

* Update config for remark

* Add layer for Pony programming language

* Fix remark setting

* Add airline/tabline theme for nord

* Update doc for getting help

* Fix slash

* Upate toc

* Remove title

* Update markdown plugin

* Fix doc generation

* Update jumping doc

* Fix shell layer

* Add key binding desc for SPC '

* Add key binding for clear saved buffers

* Merge dev branch

* Add SPC a q for QQ in vim

* Note for chinese doc

* Update doc for file manager

* Set img size

* Update img size

* Update img size

* Update lang#python layer
2017-09-10 15:13:03 +08:00
.github minor issue template update 2017-06-01 02:31:18 -05:00
.SpaceVim.d Finish star_rc 2017-06-28 21:08:53 +08:00
autoload Update lang#python layer (#779) 2017-09-10 15:13:03 +08:00
config Add fonts doc 2017-08-28 21:23:16 +00:00
doc Fix doc generation 2017-09-06 22:35:20 +00:00
docs Update lang#python layer (#779) 2017-09-10 15:13:03 +08:00
ftplugin Use :t for bufname 2017-05-12 22:41:06 +08:00
mode Fix inactive bar 2017-07-21 06:05:51 +08:00
syntax Add help desc 2017-08-26 21:45:38 +08:00
test Fix vader test 2017-07-25 08:06:37 +08:00
.gitignore Update git ignore 2017-08-02 05:39:35 +08:00
.travis.yml Update travis config 2017-08-26 22:33:24 +00:00
.vintrc.yaml Fix lint 2016-12-26 21:42:07 +08:00
addon-info.json Add spacevim tag in doc 2017-02-10 00:02:00 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-06-16 16:49:10 +08:00
CONTRIBUTING.md Async with development.md 2017-06-20 20:50:43 +08:00
filetype.vim Fix rust filetype detect 2017-06-27 14:30:39 +08:00
ginit.vim Loaded colorscheme after neovim-qt is running 2017-06-25 13:33:22 +08:00
init.vim Mappings done 2017-07-02 21:35:47 +08:00
LICENSE Update LICENSE 2017-05-17 15:22:24 +08:00
README.md Update readme 2017-08-24 05:41:59 +08:00
vimrc Fix indent 2017-03-06 23:26:26 +08:00

SpaceVim

Wiki | Documentation | Twitter | Community | Gitter Chat | 中文文档

Build Status Version MIT License Doc Average time to resolve an issue Percentage of issues still open

SpaceVim is a community-driven vim distribution that seeks to provide layer feature, especially for neovim. It offers a variety of layers to choose from. to create a suitable vim development environment, you just need to select the required layers. If you use SpaceVim, please star it on github. It's a great way of getting feedback and gives me the kick to put more time into development.

welcome-page

See the documentation or the list of layers for more information.

Here is a throughput graph of the repository for the last few weeks:

Throughput Graph

Install

curl -sLf https://spacevim.org/install.sh | bash

After SpaceVim is installed, launch vim and SpaceVim will automatically install plugins.

for more info about the install script, please check:

curl -sLf https://spacevim.org/install.sh | bash -s -- -h

Features

  • Great documentation: access documentation in Vim with :h SpaceVim.
  • Beautiful GUI: you'll love the awesome UI and its useful features.
  • Mnemonic key bindings: all key bindings have mnemonic prefixes.
  • Lazy load plugins: Lazy-load 90% of plugins with dein.vim
  • Neovim centric: Dark powered mode of SpaceVim

Support SpaceVim

The best way to support SpaceVim is to contribute to it either by reporting bugs, helping the community on the Gitter Chat or sending pull requests.

If you want to show your support financially you can buy a drink for the maintainer by clicking following icon.

Buy Me a Coffee at ko-fi.com

Credits & Thanks