Skip to content

Instantly share code, notes, and snippets.

@daGrevis
Created November 20, 2019 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daGrevis/a3f7ca4110f018844afdb9ce74070a84 to your computer and use it in GitHub Desktop.
Save daGrevis/a3f7ca4110f018844afdb9ce74070a84 to your computer and use it in GitHub Desktop.
nnoremap <Tab> :CocCommand explorer<CR>
call coc#config('explorer', {
\ 'sources': [{'name': 'file', 'expand': 1}],
\ 'file.columns': ['git', 'indent', 'icon', 'filename', 'size', 'readonly'],
\ 'file.showHiddenFiles': 1,
\ 'width': 60,
\ 'icon.enableNerdfont': 1,
\ 'keyMappings.<tab>': 'quit',
\ 'keyMappings.<cr>': 'expandOrShrink'
\ })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment