Skip to content

Instantly share code, notes, and snippets.

@Pharserror
Created June 5, 2017 21:36
Show Gist options
  • Save Pharserror/3256764816b3179c915e8c495d51ec69 to your computer and use it in GitHub Desktop.
Save Pharserror/3256764816b3179c915e8c495d51ec69 to your computer and use it in GitHub Desktop.
SpaceVim config
" 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