small neovim plugin to replace netrw with lf terminal file manager
This plugin depends on nvim-unception to avoid creating nested neovim instances.
Lazy.nvim:
return {
"behzade/lf.nvim",
dependencies = {
"samjwill/nvim-unception",
},
}
This plugins adds a few autocmds to hijack opening directories in neovim with lf and also deleting terminal buffers when they are closed to make working with terminal buffers more smooth. If these defaults cause any compatibility issues with other plugins or settings, please create an issue.