Skip to content

Commit

Permalink
style: update spacevim init config file
Browse files Browse the repository at this point in the history
  • Loading branch information
EscapeLife committed Nov 5, 2020
1 parent 10fab1e commit 0effeba
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions SpaceVim.d/init.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
colorscheme = "gruvbox"
background = "dark"
enable_guicolors = true

# set icon
enable_os_fileformat_icon = 1
enable_tabline_filetype_icon = 1

# set statusline font/tab/mode
statusline_separator = "arrow"
statusline_inactive_separator = "arrow"
buffer_index_type = 4
enable_statusline_display_mode = false

# set spacevim and vim compatibility
vimcompatible = false

# set relative line number
# relativenumber = 0
default_indent = 4
Expand All @@ -37,7 +37,7 @@

# disable ycm language completion
# enable_ycm = true

# set script for spacevim
bootstrap_before = "myspacevim#before"

Expand All @@ -58,7 +58,7 @@ name = 'tmux'
[[layers]]
name = 'git'

# provide git extend support
# provide git extend support
[[layers]]
name = 'github'

Expand Down Expand Up @@ -92,7 +92,7 @@ name = 'shell'
default_position = 'top'
default_height = 30

# language server protocol
# language server protocol
[[layers]]
name = 'lsp'
filetypes = ["sh", "python", "javascript"]
Expand Down

0 comments on commit 0effeba

Please sign in to comment.