this post was submitted on 16 Dec 2023
30 points (100.0% liked)

Neovim

2068 readers
1 users here now

founded 1 year ago
MODERATORS
 

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.

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 2 points 8 months ago (1 children)

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 :)

[โ€“] [email protected] 2 points 8 months ago

Thanks for checking it out! If you want there's some other options to try, like pure lua ones, listed at awesome-neovim.