coc-explorer

📁 Explorer for coc.nvim

MIT License

Downloads
2.8K
Stars
1.1K
Committers
26
coc-explorer -

Published by weirongxu almost 5 years ago

  • docs(readme): add columns doc for labeling columns fc2b2b6
  • fix: Fix FloatingFactory2 sometime TypeError 3b8aa9c
  • feat: Display node attributes width label via floating-preview (#70) b210a9f

https://github.com/weirongxu/coc-explorer/compare/v0.2.12...v0.2.13

coc-explorer -

Published by weirongxu almost 5 years ago

  • fix(openStrategy): rename to sourceWindow 5219e78
  • fix(readme): Fix typo 517f3d9

https://github.com/weirongxu/coc-explorer/compare/v0.2.11...v0.2.12

coc-explorer -

Published by weirongxu almost 5 years ago

  • feat(openAction): support previousWindow and sourceWindow 6fa5a3d
  • fix: Fix context variables error in vim 51c64bb

https://github.com/weirongxu/coc-explorer/compare/v0.2.10...v0.2.11

coc-explorer -

Published by weirongxu almost 5 years ago

  • fix: Fix openAction.strategy is 'previousBuffer' 24c616e
  • build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 (#66) 51c64bb

https://github.com/weirongxu/coc-explorer/compare/v0.2.9...v0.2.10

coc-explorer -

Published by weirongxu almost 5 years ago

  • fix: Fix mapping with prefix count (#64) 8ef888c

https://github.com/weirongxu/coc-explorer/compare/v0.2.8...v0.2.9

coc-explorer -

Published by weirongxu almost 5 years ago

  • fix(highlight): Add concealable flag and force render 04f3384
  • fix(indent): Fix indentLine with first or last node f74d17e

https://github.com/weirongxu/coc-explorer/compare/v0.2.7...v0.2.8

coc-explorer -

Published by weirongxu almost 5 years ago

  • build: upgrade dependencies fee60e2
  • feat(file): support create directory for addFile when end withs slash 31eb80f
  • feat(logger): output logger to the channel aa60b2b
  • fix(diagnostic): fix diagnostic not work in multiple instances 77e97ed
  • fix(file): fix render when addFile or addDirectory 83de74e
  • fix(file): partial render for reveal c911a54
  • fix(help): fix quit help UI error 090678a
  • fix(highlight): avoid OnBufEnter infinite loop d97d9df
  • fix(highlight): fix redraw syntax c598af3
  • fix(source): execute highlight syntax when user refresh df28533
  • fix(source): fix col position in vim 451b0e6
  • refactor(highlight): render concealable 8f14e44

https://github.com/weirongxu/coc-explorer/compare/v0.2.6...v0.2.7

coc-explorer -

Published by weirongxu almost 5 years ago

  • fix(explorerManager): error when :bdelete 6eecdd6
  • refactor(explorerManager): add onInited emitter ffd0fe9
  • fix(icon): fix extensions order 47dbd0d

https://github.com/weirongxu/coc-explorer/compare/v0.2.5...v0.2.6

coc-explorer -

Published by weirongxu almost 5 years ago

  • docs(readme): print configuration as details list 39b4e3b
  • feat(file): support hidden rules f4733b6

https://github.com/weirongxu/coc-explorer/compare/v0.2.4...v0.2.5

coc-explorer -

Published by weirongxu almost 5 years ago

  • fix(readme): defx.vim -> defx.nvim dc5b2b9
  • fix(file): fix mkdir error when node.js < v10.12.0 a781c30
  • fix(readme): fix link to defx (#55) 901bd67
  • refactor(highlight): change highlight escape code f565c89

https://github.com/weirongxu/coc-explorer/compare/v0.2.3...v0.2.4

coc-explorer -

Published by weirongxu almost 5 years ago

  • fix(explorer): fix buffer variable for vim 2e4fa70
  • fix(explorer): explorer close for nvim3 08c1c5b
  • feat(filename): add an option to cancel filename padding of end 00a1a6f
  • fix(explorer): explorer die when buffer is deleted 32166ce
  • fix(git): render git status when save .gitignore e4aef37

https://github.com/weirongxu/coc-explorer/compare/v0.2.2...v0.2.3

coc-explorer -

Published by weirongxu almost 5 years ago

  • fix(git): fix git status when filename include space 5a56b5b
  • feat(icon): added the ability to add custom font icons. (#47) cb16604
  • feat(icon): add hidden icon option 96c805c
  • docs(readme): add default_doc attribute 84b1d78
  • fix(search): fix hidden file with fd command 479f6bc
  • fix(explorer): noswapfile when init_win() 58be875
  • feat(icon): add lock icon 8c8bd6c

https://github.com/weirongxu/coc-explorer/compare/v0.2.1...v0.2.2

coc-explorer -

Published by weirongxu almost 5 years ago

  • fix(args): normalizePath 8d81c88
  • feat(icon): add csharp, csproj icons 4d44312
  • fix(explorer): fix resume explorer window 71f8ad8
  • feat(icon): support vim-devicons 6534751

https://github.com/weirongxu/coc-explorer/compare/v0.2.0...v0.2.1

coc-explorer -

Published by weirongxu almost 5 years ago

  • feat(file): overwritePrompt for rename, addFile, addDirectory eb04cb9
  • feat(file): overwritePrompt for cut and copy 5e5f243
  • docs(readme): add icon to file-columns 8c077a9
  • fix(config): change shrink to collapse 9f2d633
  • feat(openAction): add option explorer.openAction.changeDirectory b19e7c7
  • refactor(mappings): shrink -> collapse 47cdb65

BREAKING CHANGE:

  • configuration change:
    • explorer.autoShrinkChildren -> explorer.autoCollapseChildren
    • explorer.icon.shrinked -> explorer.icon.collapsed
  • action change:
    • shrink -> collapse
    • shrinkRecursive -> collapseRecursive
    • expandOrShrink -> expandOrCollapse

https://github.com/weirongxu/coc-explorer/compare/v0.1.1...v0.2.0

coc-explorer -

Published by weirongxu almost 5 years ago

  • fix(source): fix global action arg c3566f4
  • docs(readme): update configuration ac98e43

https://github.com/weirongxu/coc-explorer/compare/v0.1.0...v0.1.1

coc-explorer -

Published by weirongxu almost 5 years ago

  • feat(source): partial node rerender 3c35272
  • feat(source): partial render c4bd4e2

https://github.com/weirongxu/coc-explorer/compare/v0.0.37...v0.1.0

coc-explorer -

Published by weirongxu almost 5 years ago

  • fix(explorer): open vsplit to left when position is right, fix #35 d0210bb
  • build(package): use prepublish instead of prepare, close #31 2221a5b

https://github.com/weirongxu/coc-explorer/compare/v0.0.36...v0.0.37

coc-explorer -

Published by weirongxu almost 5 years ago

  • fix(explorer): fix quit, closes #30 2ef385f
  • fix(select_ui): update hint 95d6048
  • refactor(explorer): move selectWindowsUI to explorer ef24485
  • docs(readme): update json format 3238c12

https://github.com/weirongxu/coc-explorer/compare/v0.0.35...v0.0.36

coc-explorer -

Published by weirongxu almost 5 years ago

  • feat(select_wins): hint message for select_wins 4cf954a
  • feat(explorer): option explorer.quitOnOpen, resolve #26 6864772
  • feat(source): jump to source ce7e931

https://github.com/weirongxu/coc-explorer/compare/v0.0.34...v0.0.35

coc-explorer -

Published by weirongxu about 5 years ago

  • feat(file): add readonly column 140467e
  • feat(buffer): add readonly, fullpath 97227f9
  • test(mini_vimrc): rename to mini_vimrc e38f8bf
  • feat(file): pasteFile hint for empty 2afa0a3
  • fix(explorer): bufname 91f233c
  • docs(readme): add config doc, closes #12 9f4927f
  • fix(file): fix change root path 6bc596d
  • fix(explorer): initiated error e2c0467
  • fix(explorer): fix initArgs logic 26b8f4e
  • refactor(explorer): refactor default rootPath 38ed33c
  • refactor(actions): Separate actions code 8a36c09

https://github.com/weirongxu/coc-explorer/compare/v0.0.33...v0.0.34