lf.nvim
lf.nvim copied to clipboard
Lf file manager for Neovim (in Lua)
Does this package have the ability to open in current directory ? When I run :cd / inside of neovim in command mode and then start Lf it does not...
If you try renaming the currently open file then start `lf`, this error message shows up and you'll never be able to open `lf` afterwards unless you restart Neovim, even...
### How to reproduce: 1. `touch 'file with space in its name.txt' other.txt` 2. `nvim 'file with space in its name.txt'` 3. Start Lf in nvim, select `other.txt` and open...
Hi. I am getting the following error when running `:Lf` command in neovim. Any idea? `Only single file or directory is allowed.`
Hi, I have the following issue: When my mouse hovers out of the lf terminal window, the mode changes to "normal mode terminal", thus I have to manually return to...
I tried porting your configuration to the lazy.nvim package manager. This is what I got: ```lua return { "lmburns/lf.nvim", dependencies = { { "akinsho/toggleterm.nvim", version = "*", config = true,...
`lfcd.sh` is what i normally use in terminal, i want to know if it's possible to `cd` in nvim to move to the specific directory it brings more convenience.
Is there a way to perform an action while keeping the lf window open? My use case is that I want to add the selected file to the arglist with...
Does this pluggin actually have the ability to change directory like lf.vim plugin does with its Lfcd command ?