Spacevim

A community-driven modular vim/neovim distribution - The ultimate vimrc
Alternatives To Spacevim
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Spacevim19,705
19 hours ago1July 02, 202226gpl-3.0Lua
A community-driven modular vim/neovim distribution - The ultimate vimrc
Nvchad15,479
14 hours ago2August 19, 20211gpl-3.0Lua
An attempt to make neovim cli functional like an IDE while being very beautiful, blazing fast startuptime
Alpine Vim229
4 years ago5Dockerfile
"dockerized" Vim
Nvim227
5 days agoapache-2.0Lua
Structure, documented, super fast neovim configuration. 可能是翻斗花园最好用的 neovim 配置[^1]。
Vim Go Ide189
7 months ago3Vim Script
Vim as the IDE for the go language 将 vim 打造成 go 语言的 ide
Dotfiles68
a month agomitVim Script
🍀 Vim/Neovim + Tmux + Zsh + Alacritty = Build your own fantastic development environment
Nvimdots.lua50
19 days ago1mitLua
Lazy AF neovim config, well structured in lua.
Vimrc43
3 years agoVim script
:seat: Options for my preferred text editor.
Usuim37
3 days agomitLua
Neovim configured to look like Visual Studio Code
Vimrc18
6 years agoapache-2.0Vim script
自己的vimrc配置,别人的用起来总不顺手(基于spf13-vim)
Alternatives To Spacevim
Select To Compare


Alternative Project Comparisons
Readme

SpaceVim

Quick Start Guide | Chat | Twitter

build Codecov coverage Release GPLv3 License Docker Pulls

SpaceVim is a vim configuration inspired by spacemacs, it is compatible with Vim and Neovim.

The latest release v2.0.0 was released at 2022-07-02, check out following-HEAD page for what happened since last release.

Features

  • Modularization: plugins and functions are organized in layers.
  • Compatible api: a series of compatible APIs for Vim/Neovim.
  • Great documentation: online documentation and :h SpaceVim.
  • Better experience: rewrite core plugins using lua
  • Beautiful UI: you'll love the awesome UI and its useful features.
  • Mnemonic key bindings: key binding guide will be displayed automatically
  • Fast boot time: Lazy-load 90% of plugins with dein.vim
  • Lower the risk of RSI: by heavily using the space bar instead of modifiers.
  • Consistent experience: consistent experience between terminal and gui

Screenshots

welcome page

Project Layout

├─ .ci/                           build automation
├─ .github/                       issue/PR templates
├─ .SpaceVim.d/                   project specific configuration
├─ after/                         overrule or add to the distributed defaults
├─ autoload/SpaceVim.vim          SpaceVim core file
├─ autoload/SpaceVim/api/         Public APIs
├─ autoload/SpaceVim/layers/      available layers
├─ autoload/SpaceVim/plugins/     builtin plugins
├─ autoload/SpaceVim/mapping/     mapping guide
├─ colors/                        default colorscheme
├─ docker/                        docker image generator
├─ bundle/                        bundle plugins
├─ lua/spacevim/plugin            builtin plugins(lua)
├─ doc/                           help(cn/en)
├─ docs/                          website(cn/en)
├─ wiki/                          wiki(cn/en)
├─ bin/                           executable
└─ test/                          tests

Contribute

This project wouldn't exist without all the people who contributed, We are thankful for any contributions from the community.

Credits

Popular Vimrc Projects
Popular Editor Projects
Popular Text Editors Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Lua
Editor
Vim
Awesome List
Ide
Neovim
Vimrc
Gitter
Vim Configuration
Spacemacs
Space Vim