coc-explorer

📁 Explorer for coc.nvim

MIT License

Downloads
2.8K
Stars
1.1K
Committers
26

Bot releases are visible (Hide)

coc-explorer -

Published by weirongxu over 3 years ago

  • refactor: compact cbda936
  • fix: mouseMode is none 3b4d312
  • feat: Suport mouseMode settings, resolve #285 a8cb614
  • refactor: list d611cce
  • fix: Fixed preview content in win32, fix #375 c4330ee
  • docs: Add quickstart to readme, resolve #370 07b73e6

https://github.com/weirongxu/coc-explorer/compare/v0.15.0...v0.15.1

coc-explorer -

Published by weirongxu over 3 years ago

  • v0.15.0 9b0687c
  • fix: Skip the binary for preview content, #373 c453db8
  • feat: use <dot> instead of ., closes #374 d205299
  • fix: expend with compact 5b965d7
  • docs: Adjust mark append / toggle / replace descriptions, closes #368 272d783
  • fix: fix CocList close event f314588
  • feat: alter the open action, support keep position 811ef1a
  • fix: Fixed floatinput in explorer 2dc88ca

https://github.com/weirongxu/coc-explorer/compare/v0.14.1...v0.15.0

coc-explorer -

Published by weirongxu almost 4 years ago

  • feat: Support diagnostic mark when no include in the column, fixes #355 d6f2b14
  • fix: use explorer.revealWhenOpen instead of explorer.file.autoReveal as default behavior, fixes #360 29958a4
  • fix: Fixed vim win option clone, fixes #366 5412103
  • build(deps): [security] bump minimist from 1.2.0 to 1.2.5 (#367) bf9dda8

https://github.com/weirongxu/coc-explorer/compare/v0.14.0...v0.14.1

coc-explorer -

Published by weirongxu almost 4 years ago

  • build: Upgrade to [email protected] 72ad306
  • fix: render the collapsed root node 35807a7
  • perf: only reload visible explorer 1b88de2

https://github.com/weirongxu/coc-explorer/compare/v0.13.11...v0.14.0

coc-explorer -

Published by weirongxu almost 4 years ago

  • fix: avoid vmap leak to nmap, fixes #350 0eee1bf

https://github.com/weirongxu/coc-explorer/compare/v0.13.10...v0.13.11

coc-explorer -

Published by weirongxu almost 4 years ago

  • fix: reveal node for addFile action 23d7746

https://github.com/weirongxu/coc-explorer/compare/v0.13.9...v0.13.10

coc-explorer -

Published by weirongxu almost 4 years ago

  • fix: Avoid setbufvar() when vim dont have patch-8.2.1997, fixes #345 219f13d

https://github.com/weirongxu/coc-explorer/compare/v0.13.8...v0.13.9

coc-explorer -

Published by weirongxu almost 4 years ago

  • docs: Update configuration description f4584a4
  • fix: Fixed tab position cannot resume, fixes #346 69e2bdd
  • docs: Update 0a62d18

https://github.com/weirongxu/coc-explorer/compare/v0.13.7...v0.13.8

coc-explorer -

Published by weirongxu almost 4 years ago

  • feat: support ctermfg in filename highlights bb3b429
  • refactor: openAction.select.filter, remove terminal buftype from buffer source ddda06e

https://github.com/weirongxu/coc-explorer/compare/v0.13.6...v0.13.7

coc-explorer -

Published by weirongxu almost 4 years ago

coc-explorer -

Published by weirongxu almost 4 years ago

  • fix: Fixed select action 832b14e
  • feat: support toggle in copy / cut 61f21ac
  • fix: Fixed pasteFile render 4415561
  • refactor: explorer arg 3ecd553
  • feat: use color nearest algorithm to find git filename color 682cb96

https://github.com/weirongxu/coc-explorer/compare/v0.13.4...v0.13.5

coc-explorer -

Published by weirongxu almost 4 years ago

  • fix: Avoid switch tick inside pauseNotification, fixes #334 1628475
  • build(deps): [security] bump node-notifier from 8.0.0 to 8.0.1 (#341) 8c4f77a
  • fix: Fixed reload when add file / directory 698d3c4

https://github.com/weirongxu/coc-explorer/compare/v0.13.3...v0.13.4

coc-explorer -

Published by weirongxu almost 4 years ago

  • fix: render when gitStage and gitUnstage faa85e5

https://github.com/weirongxu/coc-explorer/compare/v0.13.2...v0.13.3

coc-explorer -

Published by weirongxu almost 4 years ago

  • feat: support gitStage and gitUnstage mark, fixes #337 c1368a3
  • refactor: Remove the gj, gk, fixes #201 a60ae23

https://github.com/weirongxu/coc-explorer/compare/v0.13.1...v0.13.2

coc-explorer -

Published by weirongxu almost 4 years ago

  • build: Upgrade dependencies e2867fa
  • fix: floating highlights and toggle hidden ee2a83c

https://github.com/weirongxu/coc-explorer/compare/v0.13.0...v0.13.1

coc-explorer -

Published by weirongxu almost 4 years ago

  • perf: Remove deprecated settings eb529fc
  • feat: support textobj line and indent 4532216
  • refactor: actions 4f08fd4
  • perf: git stage and unstage 52b92bb
  • fix: Fixed git binder in windows 99e745a
  • feat: support active mode in vim 8983f53
  • fix: renderPaths for git 5a2fe9f
  • fix: Fixed git ignore update 730f313
  • refactor: git fece81e
  • test: fix d280e7d
  • fix: Fixed diagnostic reload 15e178e
  • fix: Fixed git status first load d7a3772
  • refactor: locator, mark, painter 7662e1f
  • refactor: highlight, icon, actions 78817b4
  • refactor: actions e850dc1
  • fix: Upgrade coc-helper, fix vim fillchars 9d4c806
  • refactor: Change default mapping keys, fix #134 3910b40
  • feat: wait for action expression, fix #327 e4fb7a7
  • build(deps): [security] bump ini from 1.3.5 to 1.3.7 (#332) 2335a23

BREAKING CHANGE:

  • Configuration change:
    • indexNext -> markNext
    • Changed default mapping keys #134

https://github.com/weirongxu/coc-explorer/compare/v0.12.1...v0.13.0

coc-explorer -

Published by weirongxu almost 4 years ago

  • build: Downgrade json-schema-to-typescript 6cbe759
  • feat: Support refresh git status when vim-fugitive change, fixes #319 d8ac16d
  • refactor: global actions 4c9b4ed

https://github.com/weirongxu/coc-explorer/compare/v0.12.0...v0.12.1

coc-explorer -

Published by weirongxu almost 4 years ago

  • perf: Change git reload to async 73dd6bd
  • fix: Fixed preview in vim 7ed4922
  • refactor: Refactor global actions a1b39df
  • fix: Fixed explorer buffer only 596dcde
  • feat: Rewrite preview, fixes #71, fixes #320 bc63717

https://github.com/weirongxu/coc-explorer/compare/v0.11.4...v0.12.0

coc-explorer -

Published by weirongxu almost 4 years ago

  • fix: Fixed error on doAction queue 153e1b4
  • Add Toggle to allow showing only git changed files (#291) bdf2c33

https://github.com/weirongxu/coc-explorer/compare/v0.11.3...v0.11.4

coc-explorer -

Published by weirongxu almost 4 years ago

  • fix: Support ctrl in normal action, fixes #318 37d2ef3

https://github.com/weirongxu/coc-explorer/compare/v0.11.2...v0.11.3