1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 11:10:04 +08:00
A community-driven modular vim/neovim distribution - The ultimate vimrc
Go to file
2023-10-21 22:26:24 +08:00
.ci test(win): fix win test 2023-08-09 02:50:34 +08:00
.SpaceVim.d build(vader): use headless option 2023-09-26 14:54:31 +08:00
after/syntax chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
autoload feat(scrollbar): implement scrollbar in lua 2023-09-23 20:33:31 +08:00
bin chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
bundle feat(git): add :Git blame 2023-09-13 16:47:04 +08:00
colors chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
config chore(lspconfig): use latest version lspconfig for nvim 0.9.1 2023-06-19 15:59:04 +08:00
doc docs(job): update :h spacevim-api-job 2023-09-16 21:48:55 +08:00
docker build(docker): switch to ubuntu img 2023-06-27 19:43:28 +08:00
docs fix(install): update repo url in install.cmd 2023-10-21 22:26:24 +08:00
ftplugin Release v2.2.0 2023-07-05 11:50:23 +08:00
lua feat(scrollbar): implement scrollbar in lua 2023-09-23 20:33:31 +08:00
mode chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
syntax feat(runner): rewrite code runner in lua 2023-07-13 00:00:35 +08:00
test test(nvim): fix nvim test in linux 2023-08-09 22:39:23 +08:00
.editorconfig chore(editorconfig): fix typos in .editorconfig 2022-04-09 18:12:05 +08:00
.gitattributes chore(linguist): update gitattributes 2023-08-05 22:31:52 +08:00
.gitignore chore(gitignore): add public directory to gitignore 2023-09-24 08:15:34 +08:00
.stylua.toml feat(todo): rewrite todomanager using lua 2022-10-20 19:55:11 +08:00
.vintrc.yaml test(vint): enable ProhibitEqualTildeOperator policy 2022-03-22 00:03:47 +08:00
addon-info.json Add spacevim tag in doc 2017-02-10 00:02:00 +08:00
CODE_OF_CONDUCT.md chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
codecov.yml ci(codecov): update target 2022-03-21 23:51:34 +08:00
ginit.vim chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
init.vim chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
LICENSE Create LICENSE 2022-10-16 17:29:55 +08:00
Makefile fix(vader): fix vader test for vim 2022-04-11 16:04:35 +08:00
README.md docs(readme): update link to community page 2023-09-28 10:45:50 +08:00
vimrc fix(core): fix xdg support 2023-05-07 22:21:32 +08:00

SpaceVim

Release GPLv3 License

SpaceVim is a community-driven distribution of Vim and Neovim. It's inspired by spacemacs. It manages collections of plugins in layers, which help to collect related packages together to provide features. This approach helps keep the configuration organized and reduces overhead for the user by keeping them from having to think about what packages to install.

Community