space-vim
space-vim copied to clipboard
add two line default config
I add a issue https://github.com/liuchengxu/space-vim/issues/328
thanks author help me to solve it.
I think norelative number and mouse support is frequently-used config, so I try to add it to .spacevim.
Mouse support have been added by default, see https://github.com/liuchengxu/vim-better-default/blob/master/plugin/default.vim#L34, :verbose set mouse?. FYI, set mouse-=a is not to add the mouse support but to remove instead.
I'm fine with the no relative number instruction, but the mouse part is needless.