-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.toml
81 lines (66 loc) · 1.85 KB
/
init.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
#=============================================================================
# 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
[options]
# Default Configuration
colorscheme = "gruvbox"
colorscheme_bg = "dark"
enable_guicolors = true
statusline_separator = "arrow"
statusline_inactive_separator = "arrow"
buffer_index_type = 4
enable_tabline_filetype_icon = true
enable_statusline_mode = false
# file tree
filetree_direction = "left"
filemanager = "nerdtree"
# vimrc 설정
bootstrap_before = "myconfig#before"
bootstrap_after = "myconfig#after"
automatic_update = false
# guifont = "SourceCodePro Nerd Font Mono:h11"
guifont = "Knack Regular Nerd Font Complete"
# 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 = "lang#python"
# format_on_save = 1
# enable_typeinfo = true
#
[[layers]]
name = "fzf"
[[layers]]
name = "colorscheme"
[[layers]]
name = "core#statusline"
[[layers]]
name = "git"
[[custom_plugins]]
name = "christoomey/vim-tmux-navigator"
merged = false
[[custom_plugins]]
name = "lilydjwg/colorizer"
on_cmd = ["ColorHighlight", "ColorToggle"]
merged = false
# [[custom_plugins]]
# name = "vim-python/python-syntax"
# merged = false
#
[[custom_plugins]]
name = 'tmhedberg/simpylfold'
on_ft = ['python']
[[custom_plugins]]
name = "tpope/vim-fugitive"
merged = false