Skip to content

behzade/lf.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lf.nvim

small neovim plugin to replace netrw with lf terminal file manager

Installation

This plugin depends on nvim-unception to avoid creating nested neovim instances.

Lazy.nvim:

return {
    "behzade/lf.nvim",
    dependencies = {
        "samjwill/nvim-unception",
    },
}

Usage

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.

About

small neovim plugin to replace netrw with lf terminal file manager

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages