mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +08:00
Fix config
This commit is contained in:
parent
427de049cc
commit
75ea17698c
@ -1,4 +1,10 @@
|
|||||||
# This is basic configuration example for SpaceVim
|
#=============================================================================
|
||||||
|
# basic.toml --- basic configuration example for SpaceVim
|
||||||
|
# Copyright (c) 2016-2017 Wang Shidong & Contributors
|
||||||
|
# Author: Wang Shidong < wsdjeg at 163.com >
|
||||||
|
# URL: https://spacevim.org
|
||||||
|
# License: GPLv3
|
||||||
|
#=============================================================================
|
||||||
|
|
||||||
# All SpaceVim option below [option] section
|
# All SpaceVim option below [option] section
|
||||||
[options]
|
[options]
|
||||||
@ -9,14 +15,16 @@
|
|||||||
background = "dark"
|
background = "dark"
|
||||||
# Disable guicolors in basic mode, many terminal do not support 24bit
|
# Disable guicolors in basic mode, many terminal do not support 24bit
|
||||||
# true colors
|
# true colors
|
||||||
guicolors = true
|
guicolors = false
|
||||||
# Disable statusline separator, if you want to use other value, please
|
# Disable statusline separator, if you want to use other value, please
|
||||||
# install nerd fonts
|
# install nerd fonts
|
||||||
statusline_separator = "nil"
|
statusline_separator = "nil"
|
||||||
statusline_separator = "bar"
|
statusline_inactive_separator = "bar"
|
||||||
buffer_index_type = 4
|
buffer_index_type = 4
|
||||||
filetype_icon = false
|
filetype_icon = false
|
||||||
statusline_display_mode = false
|
statusline_display_mode = false
|
||||||
|
# Enable vim compatible mode, avoid changing origin vim key bindings
|
||||||
|
vimcompatible = 1
|
||||||
|
|
||||||
# Enable autocomplete layer
|
# Enable autocomplete layer
|
||||||
[[layers]]
|
[[layers]]
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
# This is basic configuration example for SpaceVim
|
#=============================================================================
|
||||||
|
# dark_powered.toml --- dark powered configuration example for SpaceVim
|
||||||
|
# Copyright (c) 2016-2017 Wang Shidong & Contributors
|
||||||
|
# Author: Wang Shidong < wsdjeg at 163.com >
|
||||||
|
# URL: https://spacevim.org
|
||||||
|
# License: GPLv3
|
||||||
|
#=============================================================================
|
||||||
|
|
||||||
# All SpaceVim option below [option] section
|
# All SpaceVim option below [option] section
|
||||||
[options]
|
[options]
|
||||||
@ -12,17 +18,17 @@
|
|||||||
guicolors = true
|
guicolors = true
|
||||||
# Disable statusline separator, if you want to use other value, please
|
# Disable statusline separator, if you want to use other value, please
|
||||||
# install nerd fonts
|
# install nerd fonts
|
||||||
statusline_separator = "nil"
|
statusline_separator = "arrow"
|
||||||
statusline_separator = "bar"
|
statusline_inactive_separator = "arrow"
|
||||||
buffer_index_type = 4
|
buffer_index_type = 4
|
||||||
filetype_icon = false
|
filetype_icon = true
|
||||||
statusline_display_mode = false
|
statusline_display_mode = false
|
||||||
|
|
||||||
# Enable autocomplete layer
|
# Enable autocomplete layer
|
||||||
[[layers]]
|
[[layers]]
|
||||||
name = 'autocomplete'
|
name = 'autocomplete'
|
||||||
auto-completion-return-key-behavior = "complete"
|
auto-completion-return-key-behavior = "complete"
|
||||||
auto-completion-tab-key-behavior = "cycle"
|
auto-completion-tab-key-behavior = "smart"
|
||||||
|
|
||||||
[[layers]]
|
[[layers]]
|
||||||
name = 'shell'
|
name = 'shell'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user