Skip to content

Instantly share code, notes, and snippets.

@x1101
Created November 19, 2020 15:35
Show Gist options
  • Save x1101/3ed8106c884530705f57b1fe97b8a4fd to your computer and use it in GitHub Desktop.
Save x1101/3ed8106c884530705f57b1fe97b8a4fd to your computer and use it in GitHub Desktop.
<details><summary> SpaceVim debug information </summary>
### SpaceVim options :
```toml
auto_disable_touchpad = 1
autocomplete_method = 'asyncomplete'
autocomplete_parens = 1
bootstrap_before = 'bootstrap#before'
buffer_index_type = 4
checkinstall = 1
colorscheme = 'gruvbox'
colorscheme_bg = 'dark'
colorscheme_default = 'desert'
commandline_prompt = '➭'
custom_color_palette = []
custom_plugins = [['tibabit/vim-templates', {'repo': 'tibabit/vim-templates', 'merged': 0}], ['vimwiki/vimwiki', {'repo': 'vimwiki/vimwiki', 'merged': 0}], ['tpope/vim-surround', {'repo': 'tpope/vim-surround', 'merged': 0}]]
data_dir = 'C:\Users\x1101\.cache\'
debug_level = 1
default_indent = 2
disabled_plugins = []
enable_ale = 0
enable_bepo_layout = 0
enable_cursorcolumn = 0
enable_cursorline = 1
enable_debug = 0
enable_googlesuggest = 0
enable_guicolors = 1
enable_insert_leader = 1
enable_javacomplete2_py = 0
enable_key_frequency = 0
enable_language_specific_leader = 1
enable_neocomplcache = 0
enable_neomake = 1
enable_os_fileformat_icon = 0
enable_powerline_fonts = 1
enable_projects_cache = 1
enable_statusline_bfpath = 0
enable_statusline_mode = 0
enable_statusline_tag = 1
enable_tabline_filetype_icon = 1
enable_tabline_ft_icon = 0
enable_vimfiler_filetypeicon = 0
enable_vimfiler_gitstatus = 0
enable_vimfiler_welcome = 1
enable_ycm = 0
error_symbol = '✖'
escape_key_binding = 'jk'
expand_tab = 1
filemanager = 'nerdtree'
filetree_direction = 'right'
filetype_icons = {}
force_global_config = 0
gitcommit_issue_icon = ''
gitcommit_pr_icon = ''
github_username = ''
guifont = ''
hiddenfileinfo = 1
home_files_number = 6
hosts_url = 'https://raw.githubusercontent.com/racaljk/hosts/master/hosts'
info_symbol = 'ⓘ'
keep_server_alive = 1
language = ''
leader_guide_default_group_name = ''
leader_guide_flatten = 1
leader_guide_hspace = 5
leader_guide_max_size = 0
leader_guide_position = 'botright'
leader_guide_run_map_on_popup = 1
leader_guide_sort_horizontal = 0
leader_guide_submode_mappings = {'<C-C>': 'win_close'}
leader_guide_vertical = 0
lint_on_save = 1
lint_on_the_fly = 0
max_column = 120
plugin_bundle_dir = 'C:\Users\x1101\.cache\vimfiles\'
plugin_manager = 'dein'
plugin_manager_processes = 16
plugin_name = 'vim-powershell'
project_rooter_automatically = 1
project_rooter_outermost = 1
project_rooter_patterns = ['.git/', '_darcs/', '.hg/', '.bzr/', '.svn/', '.SpaceVim.d/']
projects_cache_num = 20
realtime_leader_guide = 1
relativenumber = 0
search_tools = ['rg', 'ag', 'pt', 'ack', 'grep', 'findstr', 'git']
sidebar_direction = ''
sidebar_width = 30
smartcloseignoreft = ['tagbar', 'vimfiler', 'defx', 'SpaceVimRunner', 'SpaceVimREPL', 'SpaceVimQuickFix', 'HelpDescribe', 'VebuggerShell', 'VebuggerTerminal', 'SpaceVimTabsManager']
smartcloseignorewin = ['__Tagbar__', 'vimfiler:default']
snippet_engine = 'neosnippet'
src_root = 'E:\sources\'
statusline_iseparator = 'arrow'
statusline_left_sections = ['winnr', 'filename', 'major mode', 'search count', 'syntax checking', 'minor mode lighters']
statusline_right_sections = ['fileformat', 'cursorpos', 'percentage']
statusline_separator = 'arrow'
statusline_unicode_symbols = 1
terminal_cursor_shape = 2
todo_labels = ['@fixme', '@question', '@todo', '@idea']
update_retry_cnt = 3
version = '1.6.0-dev'
vim_help_language = 'en'
vimcompatible = 0
warning_symbol = '⚠'
wildignore = '*/tmp/*,*.so,*.swp,*.zip,*.class,tags,*.jpg,*.ttf,*.TTF,*.png,*/target/*,.git,.svn,.hg,.DS_Store,*.svg'
windows_index_type = 3
windows_leader = 's'
windows_smartclose = 'q'
```
### SpaceVim layers :
```toml
[[layers]]
name="autocomplete"
auto_completion_return_key_behavior='complete'
auto_completion_tab_key_behavior='smart'
[[layers]]
name="checkers"
enable_ale='true'
[[layers]]
name="format"
[[layers]]
name="edit"
[[layers]]
name="ui"
[[layers]]
name="core"
[[layers]]
name="core#banner"
[[layers]]
name="core#statusline"
[[layers]]
name="core#tabline"
[[layers]]
name="tmux"
[[layers]]
name="git"
git-plugin='fugitive'
[[layers]]
name="fzf"
[[layers]]
name="shell"
default_position='top'
default_height=30
[[layers]]
name="lang#markdown"
merged='true'
[[layers]]
name="lang#python"
[[layers]]
name="lang#powershell"
```
### SpaceVim Health checking :
SpaceVim clipboard support check report:
Checking +clipboard:
SUCCEED!
SpaceVim environment check report:
Current progpath: gvim.exe(C:\Program Files (x86)\Vim\vim82\gvim.exe)
version: 802
OS: windows
[shell, shellcmdflag, shellslash]: ['C:\WINDOWS\system32\cmd.exe', '/c', 0]
SpaceVim lua support check report:
Checking +lua:
Failed : to support +lua, you need recompile your vim with +lua support.
SpaceVim python support check report:
Checking +python3:
Failed : to support +python3, install vim from https://github.com/vim/vim-win32-installer/releases
install python3, make sure you have `python` in your path.
Checking +python:
Failed : to support +python3, install vim from https://github.com/vim/vim-win32-installer/releases
install python3, make sure you have `python` in your path.
### SpaceVim runtime log :
```log
[ SpaceVim ] : logger file does not exists, only log for current process will be shown!
[ SpaceVim ] [10:33:53] [ Info ] Startup with no argv, current dir is used: ~/
[ SpaceVim ] [10:33:53] [ Info ] find local conf: C:\Users\x1101\.SpaceVim.d\init.toml
[ SpaceVim ] [10:33:53] [ Info ] loading cached local conf: C:\Users\x1101\.cache\\SpaceVim\conf\C__Users_x1101__SpaceVim_d_init_toml.json
[ SpaceVim ] [10:33:53] [ Info ] start to apply config [local]
[ SpaceVim ] [10:33:53] [ Error ] failed to call bootstrap_before function: bootstrap#before
[ SpaceVim ] [10:33:53] [ Error ] exception: Vim(call):E117: Unknown function: bootstrap#before
[ SpaceVim ] [10:33:53] [ Error ] throwpoint: function SpaceVim#custom#load[11]..SpaceVim#custom#apply, line 54
[ rooter ] [10:33:54] [ Info ] Load projects cache from: C:/Users/x1101/.cache/SpaceVim/projects.json
[ rooter ] [10:33:55] [ Info ] Start to find root for: C:/Users/x1101/
[ rooter ] [10:33:55] [ Info ] buffer name: No Name
[ rooter ] [10:33:55] [ Info ] same as current directory, no need to change.
[ SpaceVim ] [10:33:55] [ Info ] try to open SpaceVim welcome page
[ rooter ] [10:33:55] [ Info ] buffer name: No Name
[ rooter ] [10:33:55] [ Info ] same as current directory, no need to change.
[ rooter ] [10:34:38] [ Info ] buffer name: No Name
[ rooter ] [10:34:38] [ Info ] same as current directory, no need to change.
```
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment