Disable the Checkers Layer in SpaceVim

Posted on Oct 20, 2019 in Software • Tagged with Software, SpaceVim, Vim, checkers, layer, LSP, language server protocol

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

The SpaceVim project has been abandoned. Check AstroVim instead.

You can use the following command in SpaceVim to disable the checkers layer temporarily.

let g:spacevim_lint_on_save = 0 …

Continue reading

SpaceVim - A Modern Vim/NeoVim Configuration

Posted on Mar 03, 2019 in Software • Tagged with software, SpaceVim, Vim, NeoVim, configuration, tips

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

The SpaceVim project has been abandoned. Check AstroVim instead.

Installation

curl -sLf https://spacevim.org/install.sh | bash
# enable Python3 support
wajig install python3 python3-pip
pip3 install …

Continue reading