weirongxu / coc-explorer

📁 Explorer for coc.nvim
MIT License
1.15k stars 45 forks source link

Explorer doesnt remember manually assigned window-size #286

Open astier opened 4 years ago

astier commented 4 years ago

Problem

Sometimes I change the window-size of the explorer. When I close it and open it again the explorer forgets the size which I assigned to it. It would be nice if it would remember the size which I set manually.

Minimal vimrc

call plug#begin($XDG_DATA_HOME.'/nvim/plugins')
    Plug 'neoclide/coc.nvim', { 'branch': 'release' }
call plug#end()
let g:coc_global_extensions = ['coc-explorer']
set mouse=n

Steps to reporoduce

  1. Open vim
  2. :CocCommand explorer to open the explorer
  3. Resize the window with the mouse
  4. :CocCommand explorer to close the explorer
  5. :CocCommand explorer to open the explorer
issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.53. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.