41 lines
672 B
TOML
41 lines
672 B
TOML
[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
|