vim-fern icon indicating copy to clipboard operation
vim-fern copied to clipboard

🌿 General purpose asynchronous tree viewer written in Pure Vim script

Results 30 vim-fern issues
Sort by recently updated
recently updated
newest added

I just installed fern using Plug by adding to my vimrc: ``` Plug 'lambdalisue/fern.vim' ``` Then on startup I got the following warning: ``` [fern] The default branch of fern.vim...

question

Thanks for this plugin. I recently switched from nerdtree, it is so much faster. Here is the issue. If I open a file via Fern explorer or Telescope search, then...

bug
help wanted
windows

We can provide a feature to mimic the behaviour of a typical IDE's file explorer. If I open a Fern drawer in current tab, and then I switch to other...

enhancement
help wanted
maybe oneday

Close Fern in previous tab when I open file in the new tab. Currently FernDo based close drawer does not support this.

enhancement

```vim #!/usr/bin/env -S vi -u " $ uname -r " 5.19.7-arch1-1 " $ has " ✓ vi 0.8.0 " $ cat test.vim set runtimepath=$VIMRUNTIME set runtimepath+=~/.local/share/nvim/repos/github.com/lambdalisue/fern.vim " $ chmod +x...

enhancement
help wanted
difficult

![image](https://github.com/lambdalisue/fern.vim/assets/546312/ee93e358-bfe3-4991-8ac2-a259adfe7fcc) > Pretty much every “graphical” file explorer has a graphical option to go one level-up and there is a reason why: for people who use arrows to move between...

enhancement

On PC with Disconnected Network drive, entire nvim freezes for ~1 minute. Steps: - Add a network drive - Close or shutdown the destination of network drive - Open Fern...

1. In vim-fern directory, run nvim (0.10.2) as follows: ``` nvim --clean --cmd 'set rtp^=.' -c 'Fern .' ``` 2. Move the cursor to README.md, and `` on it. 3....

bug

May close #478 ## Summary by CodeRabbit - **New Features** - Enhanced path handling to support both backslashes and forward slashes for improved compatibility with Windows-style paths. - **Bug Fixes**...