Created
March 20, 2019 14:04
-
-
Save crisidev/984f55b91a812e17aade06855ba5a0f1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- please remove the issue template when request for a feature --> | |
## Expected behavior, english is recommend | |
## Environment Information | |
- OS: linux | |
- vim version: - | |
- neovim version: 0.4.0 | |
- SpaceVim version: 1.1.0-dev | |
- SpaceVim status: | |
``` | |
On branch master | |
Your branch is up to date with 'origin/master'. | |
Changes not staged for commit: | |
(use "git add <file>..." to update what will be committed) | |
(use "git checkout -- <file>..." to discard changes in working directory) | |
modified: autoload/SpaceVim/layers/lang/rust.vim | |
Untracked files: | |
(use "git add <file>..." to include in what will be committed) | |
autoload/SpaceVim/mapping/guide/theme/crisibeans.vim | |
no changes added to commit (use "git add" and/or "git commit -a") | |
``` | |
## The reproduce ways from Vim starting (Required!) | |
## Output of the `:SPDebugInfo!` | |
<details><summary> SpaceVim debug information </summary> | |
### SpaceVim options : | |
```toml | |
auto_disable_touchpad = 0 | |
autocomplete_method = 'ycm' | |
autocomplete_parens = 1 | |
background = 'dark' | |
bootstrap_after = 'crisivim#after' | |
bootstrap_before = 'crisivim#before' | |
buffer_index_type = 4 | |
checkinstall = 1 | |
colorscheme = 'crisibeans' | |
colorscheme_bg = 'dark' | |
colorscheme_default = 'desert' | |
commandline_prompt = '➭' | |
custom_color_palette = [] | |
custom_plugins = [['crisidev/crisibeans', {'name': 'crisidev/crisibeans'}], ['brooth/far.vim', {'name': 'brooth/far.vim'}], ['xolox/vim-misc', {'name': 'xolox/vim-misc'}], ['xolox/vim-notes', {'name': 'xolox/vim-notes'}], ['inside/vim-search-pulse', {'name': 'inside/vim-search-pulse'}], ['blueyed/vim-qf_resize', {'name': 'blueyed/vim-qf_resize'}], ['rhysd/vim-grammarous', {'name': 'rhysd/vim-grammarous'}], ['vim-python/python-syntax', {'name': 'vim-python/python-syntax', 'on_ft': 'python'}], ['AndrewRadev/linediff.vim', {'name': 'AndrewRadev/linediff.vim'}], ['keith/investigate.vim', {'name': 'keith/investigate.vim'}], ['luochen1990/rainbow', {'name': 'luochen1990/rainbow'}], ['kana/vim-operator-user', {'name': 'kana/vim-operator-user'}], ['haya14busa/vim-operator-flashy', {'name': 'haya14busa/vim-operator-flashy'}], ['junegunn/goyo.vim', {'name': 'junegunn/goyo.vim'}], ['junegunn/limelight.vim', {'name': 'junegunn/limelight.vim'}], ['pearofducks/ansible-vim', {'name': 'pearofducks/ansible-vim'}]] | |
debug_level = 1 | |
default_indent = 4 | |
disabled_plugins = ['floobits-neovim', 'CompleteParameter.vim', 'vim-startify', 'fcitx.vim', 'vim-gutentags'] | |
enable_ale = | |
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 = 0 | |
enable_os_fileformat_icon = 0 | |
enable_powerline_fonts = 1 | |
enable_statusline_bfpath = 0 | |
enable_statusline_mode = 1 | |
enable_statusline_tag = 1 | |
enable_tabline_filetype_icon = 0 | |
enable_vimfiler_filetypeicon = 0 | |
enable_vimfiler_gitstatus = 1 | |
enable_vimfiler_welcome = 0 | |
enable_ycm = 1 | |
error_symbol = '✗' | |
expand_tab = 1 | |
filemanager = 'defx' | |
filetree_direction = 'left' | |
filetype_icons = {} | |
force_global_config = 0 | |
gitcommit_issue_icon = '' | |
gitcommit_pr_icon = '' | |
github_username = '' | |
guifont = 'Fira Code:h10' | |
hiddenfileinfo = 1 | |
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 = 1 | |
max_column = 120 | |
plugin_bundle_dir = '/home/bigo/.cache/vimfiles/' | |
plugin_manager = 'dein' | |
plugin_manager_processes = 16 | |
plugin_name = 'zeavim.vim' | |
project_rooter_automatically = 1 | |
project_rooter_patterns = ['.git/', '_darcs/', '.hg/', '.bzr/', '.svn/', '.SpaceVim.d/', '.clang', 'pom.xml', 'package.json'] | |
realtime_leader_guide = 1 | |
relativenumber = 1 | |
search_tools = ['rg', 'ag', 'pt', 'ack', 'grep', 'findstr'] | |
sidebar_direction = '' | |
sidebar_width = 30 | |
simple_mode = 0 | |
smartcloseignoreft = ['tagbar', 'vimfiler', 'defx', 'SpaceVimRunner', 'SpaceVimREPL', 'SpaceVimQuickFix', 'HelpDescribe', 'VebuggerShell', 'VebuggerTerminal', 'SpaceVimTabsManager'] | |
smartcloseignorewin = ['__Tagbar__', 'vimfiler:default'] | |
snippet_engine = 'ultisnips' | |
src_root = 'E:\sources\' | |
statusline_inactive_separator = 'arrow' | |
statusline_left_sections = ['winnr', 'filename', 'major mode', 'syntax checking', 'minor mode lighters', 'vcs', 'hunks'] | |
statusline_right_sections = ['fileformat', 'cursorpos', 'percentage'] | |
statusline_separator = 'arrow' | |
statusline_unicode_symbols = 1 | |
terminal_cursor_shape = 2 | |
version = '1.1.0-dev' | |
vim_help_language = 'en' | |
vimcompatible = 1 | |
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 = '' | |
windows_smartclose = 0 | |
``` | |
### SpaceVim layers : | |
```toml | |
[[layers]] | |
name="autocomplete" | |
auto-completion-return-key-behavior='smart' | |
auto-completion-tab-key-behavior='smart' | |
auto-completion-complete-with-key-sequence-delay=0.1 | |
auto-completion-complete-with-key-sequence='nil' | |
[[layers]] | |
name="checkers" | |
show_cursor_error=1 | |
[[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="colorscheme" | |
enable=1 | |
[[layers]] | |
name="cscope" | |
[[layers]] | |
name="default" | |
[[layers]] | |
name="denite" | |
[[layers]] | |
name="github" | |
[[layers]] | |
name="incsearch" | |
[[layers]] | |
name="lang#c" | |
enable=1 | |
[[layers]] | |
name="lang#dockerfile" | |
[[layers]] | |
name="lang#extra" | |
[[layers]] | |
name="lang#go" | |
[[layers]] | |
name="lang#html" | |
[[layers]] | |
name="lang#java" | |
[[layers]] | |
name="lang#javascript" | |
enable=1 | |
[[layers]] | |
name="lang#json" | |
[[layers]] | |
name="lang#lua" | |
enable=1 | |
[[layers]] | |
name="lang#markdown" | |
enable=1 | |
[[layers]] | |
name="lang#perl" | |
[[layers]] | |
name="lang#python" | |
enable=1 | |
[[layers]] | |
name="lang#toml" | |
[[layers]] | |
name="lang#ruby" | |
enable=1 | |
[[layers]] | |
name="lang#rust" | |
enable=1 | |
[[layers]] | |
name="lang#vim" | |
[[layers]] | |
name="lang#xml" | |
[[layers]] | |
name="lsp" | |
override_cmd={'enable': 1, 'ruby': ['solargraph', 'stdio']} | |
filetypes=['ruby', 'javascript'] | |
[[layers]] | |
name="org" | |
[[layers]] | |
name="shell" | |
enable=1 | |
default_position='top' | |
default_height=30 | |
[[layers]] | |
name="VersionControl" | |
enable=1 | |
[[layers]] | |
name="tools#zeal" | |
``` | |
### SpaceVim Health checking : | |
SpaceVim clipboard support check report: | |
Checking +clipboard: | |
SUCCEED! | |
SpaceVim environment check report: | |
Current progpath: vim(/usr/bin/nvim) | |
version: 800 | |
OS: linux | |
[shell, shellcmdflag, shellslash]: ['/bin/zsh', '-c', 0] | |
SpaceVim lua support check report: | |
Checking +lua: | |
Failed : Known issue, neovim do not support lua now. | |
SpaceVim python support check report: | |
Checking +python3: | |
SUCCEED! | |
Checking +python: | |
SUCCEED! | |
### SpaceVim runtime log : | |
```log | |
[ SpaceVim ] : logger file does not exists, only log for current process will be shown! | |
[ SpaceVim ] [13:58:03] [ Info ] Startup with no argv, current dir is used: ~/code | |
[ SpaceVim ] [13:58:03] [ Info ] Can not find project local config, start to loadding global config | |
[ SpaceVim ] [13:58:03] [ Info ] start to apply config [glob] | |
[ SpaceVim ] [13:58:03] [ Info ] SpaceVim server startup at:/tmp/spacevim_nvim_server | |
[ SpaceVim ] [13:58:03] [ Info ] Start to find root for: | |
[ SpaceVim ] [13:58:03] [ Info ] (.git/):/home/bigo/code/.git/ | |
[ SpaceVim ] [13:58:03] [ Info ] change to root:/home/bigo/code | |
[ SpaceVim ] [13:58:03] [ Info ] try to open SpaceVim welcome page | |
[ SpaceVim ] [13:58:03] [ Info ] change to root:/home/bigo/code | |
[ SpaceVim ] [13:58:27] [ Info ] Start to find root for: /tmp/nvimTQqoG2/2/issue_report.md | |
[ SpaceVim ] [13:58:27] [ Info ] change to root:/home/bigo/code | |
``` | |
</details> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment