Just thought I’d share here in the hopes of getting some feedback, and maybe it’s useful for someone.

I created my first Neovim plugin, inspired by ranger.nvim (this is a fork of that) and other similar plugins. The main difference is allowing the user to choose between different popular terminal file managers so that they can try them out and see how they fit into their Neovim workflow. I also added some niceties like buffers are closed when deleting a file in the file manager and also allowing for completely replacing netrw.

Let me know what you think! I won’t lie it took a lot more hours than I’d be willing to admit for something so simple. May also post to R***it since unfortunately that’s still the bigger Neovim community.

  • Oscar@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 months ago

    Thank you for this!

    I’ve been looking into tui file explorers and to replace nvim-tree, and so far only explored netrw and ranger. I sort of like netrw, but I dislike the key bindings and navigation. I like the features of ranger, but I would prefer something built with a compiled language. (Or lua if used solely with neovim)

    So this is a very well-timed post :)