SpaceVim
SpaceVim is a distribution of the vim editor that's inspired by spacemacs. It manages collections of plugins in layers, which help collect related packages together to provide features. For example, the python layer collects deoplete.nvim, neomake, and jedi-vim together to provide autocompletion, syntax checking, and documentation lookup. This approach helps keep configuration organized and reduces overhead for the user by keeping them from having to think about what packages to install.
Here are 55 public repositories matching this topic...
NVIM guide?
Could you make instructions on how to add this to neovim also? I thought just changing things to their respective neovim paths would work, but I got an error trying to do that.
Disable mouse-using in SpaceVim
Introduction
Some just doesn't like mouse-using in vim. But SpaceVim enables it by default.
You can see details in :h mouse
How to disable it?
set mouse=BTW, you can enable it by set mouse=a or by deleting your config about mouse since SpaceVim has default value.
-
Updated
Jan 18, 2018 - Vim script
-
Updated
Apr 11, 2020 - Vim script
-
Updated
May 30, 2020 - Vim script
-
Updated
Jan 7, 2018 - Vim script
Created by Wang Shidong
Released January 26, 2017
Latest release 3 months ago
- Repository
- SpaceVim/SpaceVim
- Website
- spacevim.org
https://github.com/SpaceVim/SpaceVim/blob/master/autoload/SpaceVim/plugins/projectmanager.vim#L199
init.toml
for a setup like mine
the root should be project/whatever instead of project.