Skip to content

💕 A community-driven vim distribution inspired by spacemacs

License

Notifications You must be signed in to change notification settings

felixonmars/SpaceVim

 
 

Repository files navigation

SpaceVim

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

Build Status Build status codecov 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, compatible with vim and neoVim. Layers help collect related plugins together to provide features. Also help keep configuration organized and reduces overhead for the user by keeping them from having to think about what plugins to install. star it on github is 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

Requirements

SpaceVim's basic mode only requests git comamnd in your $PATH, but if you want to get better user experience, you need to install nerd-font. And make sure your terminal support true colors.

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

Project layout

├─ autoload/SpaceVim/api/               SpaceVim APIs
├─ autoload/SpaceVim/layers/            SpaceVim layers
├─ autoload/SpaceVim/plugins/           SpaceVim plugins
├─ autoload/SpaceVim/mapping/           SpaceVim mapping guide
├─ doc/SpaceVim.txt                     SpaceVim help
├─ docs/                                website of SpaceVim
└─ test/                                tests

Features

  • Great documentation: access documentation in Vim with SPC h SPC. SPC h SPC
  • Beautiful GUI: you'll love the awesome UI and its useful features.
  • Mnemonic key bindings: all key bindings have mnemonic prefixes. mapping guide
  • Lazy load plugins: Lazy-load 90% of plugins with dein.vim UI for dein
  • 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

About

💕 A community-driven vim distribution inspired by spacemacs

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 99.9%
  • Makefile 0.1%