Created
June 5, 2017 21:36
-
-
Save Pharserror/3256764816b3179c915e8c495d51ec69 to your computer and use it in GitHub Desktop.
SpaceVim config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Set leader | |
let mapleader = "\<space>" | |
" Set indent and column size | |
let g:spacevim_default_indent = 2 | |
let g:spacevim_max_column = 80 | |
" Disable any plugins | |
let g:spacevim_disabled_plugins=[ | |
\ [''], | |
\ ] | |
" Add any plugins | |
let g:spacevim_custom_plugins = [ | |
\ [''], | |
\ ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment