lambdalisue / vim-fern

🌿 General purpose asynchronous tree viewer written in Pure Vim script
MIT License
1.29k stars 49 forks source link

Unable to delete nodes (neovim) #347

Closed JaoCR closed 3 years ago

JaoCR commented 3 years ago

The behaviour:

Peek 2021-06-17 18-12

Relevant parts of my init.vim:

" Plugins
call plug#begin('~/.config/nvim/autoload/plugged')

    " Tree
    Plug 'lambdalisue/fern.vim'
    Plug 'lambdalisue/fern-git-status.vim'
    Plug 'lambdalisue/fern-hijack.vim'
    Plug 'lambdalisue/nerdfont.vim'
    Plug 'lambdalisue/fern-renderer-nerdfont.vim'

call plug#end()

" Fern
let g:fern#renderer = "nerdfont"

My full init.vim: init.vim.zip

Also tested without all the extra plugins, the problem persists.

JaoCR commented 3 years ago

Also, I am using the D command, for trash. I notice there is a remove thing listed there when I hit ? but with no mapping.

lambdalisue commented 3 years ago

Maybe https://github.com/lambdalisue/fern.vim/wiki#additional-requirements help?

JaoCR commented 3 years ago

Ow yes, my bad, this is it. Thanks!