Add dot_config/spacevim/.keep
Add dot_config/spacevim/init.toml
This commit is contained in:
parent
d11e86cfcf
commit
9bc4373a7c
2 changed files with 41 additions and 0 deletions
0
dot_config/spacevim/.keep
Normal file
0
dot_config/spacevim/.keep
Normal file
41
dot_config/spacevim/init.toml
Normal file
41
dot_config/spacevim/init.toml
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
[options]
|
||||||
|
colorscheme = "nord"
|
||||||
|
colorscheme_bg = "dark"
|
||||||
|
enable_guicolors = true
|
||||||
|
statusline_separator = "arrow"
|
||||||
|
statusline_iseparator = "arrow"
|
||||||
|
buffer_index_type = 4
|
||||||
|
enable_tabline_filetype_icon = true
|
||||||
|
enable_statusline_mode = false
|
||||||
|
|
||||||
|
[[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 = "fzf"
|
||||||
|
|
||||||
|
[[layers]]
|
||||||
|
name = 'git'
|
||||||
|
|
||||||
|
[[layers]]
|
||||||
|
name = 'VersionControl'
|
||||||
|
|
||||||
|
[[layers]]
|
||||||
|
name = "lang#php"
|
||||||
|
|
||||||
|
[[layers]]
|
||||||
|
name = "lang#python"
|
||||||
|
|
||||||
|
[[custom_plugins]]
|
||||||
|
repo = "ap/vim-css-color"
|
||||||
|
merged = false
|
Loading…
Add table
Reference in a new issue