Skip to content

Instantly share code, notes, and snippets.

@edersohe
Last active March 22, 2022 13:03
Show Gist options
  • Save edersohe/153bfbef2bdda24b2c5776226d710aec to your computer and use it in GitHub Desktop.
Save edersohe/153bfbef2bdda24b2c5776226d710aec to your computer and use it in GitHub Desktop.
Spacevim configuration plugins elixir, lsp, colorcheme, git, versioncontrol, denite, defx
# All SpaceVim option below [option] section
[options]
# set spacevim theme. by default colorscheme layer is not loaded,
# if you want to use more colorscheme, please load the colorscheme
# layer
colorscheme = "onedark"
colorscheme_bg = "dark"
# Disable guicolors in basic mode, many terminal do not support 24bit
# true colors
enable_guicolors = true
enable_vimfiler_gitstatus = true
# Disable statusline separator, if you want to use other value, please
# install nerd fonts
statusline_separator = "arrow"
statusline_inactive_separator = "arrow"
buffer_index_type = 4
enable_tabline_filetype_icon = true
enable_statusline_mode = false
filemanager = "defx"
# Enable autocomplete layer
[[layers]]
name = 'autocomplete'
auto-completion-return-key-behavior = "complete"
auto-completion-tab-key-behavior = "smart"
[[layers]]
name = 'shell'
default_position = 'top'
default_height = 30
[[layers]]
name = "colorscheme"
[[layers]]
name = "lang#elixir"
[[layers]]
name = "denite"
[[layers]]
name = "lsp"
filetypes = [
"elixir"
]
[layers.override_cmd]
elixir = ["/Users/edersosa/Projects/elixir/elixir-ls/elixir-ls-0.2.28/dist/language_server.sh"]
[[layers]]
name = "VersionControl"
[[layers]]
name = "git"
@edersohe
Copy link
Author

@edersohe
Copy link
Author

edersohe commented Jan 21, 2021

@edersohe
Copy link
Author

rm -rf .SpaceVim.d .SpaceVim .vim .cache/vimfiler .cache/vimfiles .cache/SpaceVim .cache/neomru .config/nvim .config/nvim_back .local/share/nvim

@edersohe
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment