Skip to content
#

SpaceVim

spacevim logo

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...

SpaceVim
Gabirel
Gabirel commented Jun 23, 2017

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.

Created by Wang Shidong

Released January 26, 2017

Latest release 3 months ago

Repository
SpaceVim/SpaceVim
Website
spacevim.org
You can’t perform that action at this time.