vim-fern-git-status
vim-fern-git-status copied to clipboard
🌿 Add Git status badge integration on file:// scheme on fern.vim
https://github.com/lambdalisue/fern-git-status.vim/blob/151336335d3b6975153dad77e60049ca7111da8e/autoload/fern_git_status.vim#L60 ```viml echom a:status_map " {'E:\Downloads\testc/1.cxx': '??''} echom path " /E:/Downloads/testc/1.c ```
When the width of fern is small, it hides the status. Would be great if there is option to place it before the file/directory name
Obviously a low priority bug, but when opening the current directory in neovim using the terminal (e.g., using the command `nvim .`), colouring for git-status doesn't appear. If opening fern...
I get the error below when using `fern` and `fern-git-status.vim`. The error goes away as soon as I no longer load `fern-git-status.vim`. ``` [fern] ERROR: {'throwpoint': '/nix/store/yl9cddnld5gq63vadc9pgb18m3r9mg9z-vimplugin-fern-vim-2021-01-20/share/vim-plugins/fern-vim/autoload/fern/logger.vim, line 82', 'exception':...
I was wondering if it'd be in scope for this plugin to allow hiding gitignored files/directories. Toggle functionality similar to `fern-action-hidden:toggle` would be really nice to have. Say `fern-git-status-action-ignored:toggle`.