-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.toml
132 lines (124 loc) · 3.78 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
#=============================================================================
# dark_powered.toml --- dark powered configuration example for SpaceVim
# Copyright (c) 2016-2022 Wang Shidong & Contributors
# Author: Wang Shidong < wsdjeg@outlook.com >
# URL: https://spacevim.org
# License: GPLv3
#=============================================================================
# All SpaceVim option below [option] section
[options]
# set spacevim theme. by default colorscheme layer is not loaded,
# if you want to use more colorscheme, please load the colorscheme
# layer
colorscheme = "gruvbox"
colorscheme_bg = "dark"
# Disable guicolors in basic mode, many terminal do not support 24bit
# true colors
enable_guicolors = true
# Disable statusline separator, if you want to use other value, please
# install nerd fonts
statusline_separator = "arrow"
statusline_iseparator = "arrow"
buffer_index_type = 4
snippet_engine = "neosnippet"
enable_tabline_filetype_icon = true
guifont = "mononoki Nerd Font:h11"
#disabled_plugins = ["asyncomplete.vim","deoplete.nvim"]
enable_statusline_mode = false
auto_complete_method = "coc"
bootstrap_after = "myconfig#after"
bootstrap_before = "myconfig#before"
[[layers]]
name = "lang#javascript"
auto_fix = true
[[layers]]
name = 'autocomplete'
auto_completion_return_key_behavior = "complete"
auto_completion_tab_key_behavior = "smart"
[[layers]]
name = "lsp"
filetypes = [
"javascript"
]
[[layers]]
name = 'shell'
default_position = 'bottom'
default_height = 30
[[layers]]
name = "format"
format_method = "codefmt"
#=============================================================================
# My Custom Plugins
#=============================================================================
[[custom_plugins]]
repo = "https://github.com/vim-airline/vim-airline"
merged = 0
[[custom_plugins]]
repo = "https://github.com/vim-airline/vim-airline-themes"
merged = 0
[[custom_plugins]]
repo = "https://github.com/frazrepo/vim-rainbow"
merged = 0
[[custom_plugins]]
repo = "https://github.com/evturn/cosmic-barf"
merged = 0
[[custom_plugins]]
repo = "https://github.com/liuchengxu/space-vim-dark"
merged = 0
[[custom_plugins]]
repo = "https://github.com/dbeniamine/cheat.sh-vim"
merged = 0
[[custom_plugins]]
repo = "https://github.com/justinmk/vim-sneak"
merged = 0
[[custom_plugins]]
repo = "https://github.com/tpope/vim-fugitive"
merged = 0
[[custom_plugins]]
repo = "https://github.com/vifm/vifm.vim"
merged = 0
[[custom_plugins]]
repo = "https://github.com/airblade/vim-gitgutter"
merged = 0
[[custom_plugins]]
repo = "https://github.com/ojroques/vim-scrollstatus"
merged = 0
[[custom_plugins]]
repo = "https://github.com/pR0Ps/molokai-dark"
merged = 0
[[custom_plugins]]
repo = "https://github.com/airblade/vim-rooter"
merged = 0
[[custom_plugins]]
repo = "https://github.com/junegunn/fzf.vim"
merged = 0
[[custom_plugins]]
repo = "https://github.com/junegunn/fzf"
merged = 0
[[custom_plugins]]
repo = "https://github.com/Brettm12345/moonlight.vim"
merged = 0
[[custom_plugins]]
repo = "https://github.com/coreyja/fzf.devicon.vim"
merged = 0
[[custom_plugins]]
repo = "https://github.com/ryanoasis/vim-devicons"
merged = 0
[[custom_plugins]]
repo = "https://github.com/dracula/vim"
merged = 0
[[custom_plugins]]
repo = "https://github.com/francoiscabrol/ranger.vim"
merged = 0
[[custom_plugins]]
repo = "https://github.com/ctrlpvim/ctrlp.vim"
merged = 0
[[custom_plugins]]
repo = "https://github.com/voldikss/vim-floaterm.git"
merged = 0
[[custom_plugins]]
repo = "https://github.com/izhanghongbo/coc.vim.git"
merged = 0
[[custom_plugins]]
repo = "https://github.com/neoclide/vim-prettier"
merged = 0