@statiolake/coc-explorer
v0.3.1
Published
A lean filesystem explorer for coc.nvim view containers
Downloads
613
Readme
coc-explorer
Lean filesystem explorer for coc.nvim. It mounts an Explorer TreeView in the
Explorer View Container selected from the primary Activity Bar provided by
@statiolake/coc-ui, with open, split, reveal,
root-change, refresh, and filesystem actions. Files open and folders toggle on
single click; right click opens the item's context action menu through
@statiolake/coc-ui. Indent guides and folder disclosure markers come from
coc-ui's common tree decoration (ui.tree.*). Explorer only supplies filesystem
TreeItems and an optional generic file icon via explorer.icons.file. Focusing
the Explorer reveals the most recently focused file by default; set
explorer.revealOnFocus to false to disable this behavior.
View actions define both the right-click context menu and NvimTree-style local
keys: o, <C-x>, <C-v>, <C-t>, a, x (cut), y (copy), p (paste),
d (delete), r, R, gy, ., s, -, +, <BS>, and P. Coc's native
<CR>, <Tab>, f, t, and M TreeView bindings remain available.
