Raitis Stengrevics
Raitis Stengrevics
:+1: Please add usage documentation before merging.
Here's what I have come up with: ```viml let g:loaded_netrw = 1 function! AuCocNvimInit() if @% == '' || @% == '.' exe ':CocCommand explorer' endif endfunction autocmd User CocNvimInit...
Is this still working? I have something like this and it never echoes out `coc-explorer`. ```vim function! AuCocExplorer() echom &filetype endfunction autocmd BufEnter * call AuCocExplorer() ``` I'd like to...
Very cool, thanks! This is my use-case for auto-opening explorer when there's no file to show. ```vim function! AuCocExplorerAutoOpen() let l:use_floating = 0 " Auto-open explorer when there's no file...
Agreed. It should open a new window.
Another thought.... why we need to use this when browsers save loaded-up files in cache anyway?
:+1:
This is something I would like to see in exa as well.
This would be a killer feature!