-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
"explorer.keyMappings.global": {
"<leader>k": ["wait", "markPrev:diagnosticError"],
"<leader>j": ["wait", "markNext:diagnosticError"],
"<leader>K": ["wait", "markPrev:diagnosticWarning"],
"<leader>J": ["wait", "markNext:diagnosticWarning"],
"f": "search",
"F": "search:recursive",
"d": "delete",
"D": "deleteForever",
";k": ["wait", "markPrev:gitUnstaged"],
";j": ["wait", "markNext:gitUnstaged"],
">>": "gitStage",
"<<": "gitUnstage"
},
" coc-explorer
nmap <silent> <space>e :CocCommand explorer --preset default<CR>
" autocmd BufEnter * if (winnr("$") == 1 && &filetype == 'coc-explorer') | qall! | endif
let g:indentLine_fileTypeExclude = ['coc-explorer']
let g:indentLine_setConceal = 0
let g:indentLine_fileTypeExclude = ['json']
let g:coc_explorer_global_presets = {
\ 'default': {
\ 'file-child-template': '[indent][icon | 1] [diagnosticError & 1][filename omitCenter 1] [linkIcon & 1][link growRight 1 omitCenter 5]'
\ }
\ }
I have this mapping and config, the mapping it works pretty well previously, but recently it's broken after certain version
Result from CocInfo
Steps to reproduce
Steps to reproduce the behavior:
- execute
nvim :CocExplorer ...- See error
Expected behavior
Screenshots
Additional context
None
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working