-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: can open a directory from the command line
When starting neovim from the command line, yazi would not open. E.g. `nvim .` would not open yazi. This commit adds the ability to open yazi from the command line. This might also be supported in other plugins the user may have. I had to disable the functionality in `neo-tree.nvim` to get this to work. ```lua { "nvim-neo-tree/neo-tree.nvim", opts = { filesystem = { hijack_netrw_behavior = "disabled", }, }, } ``` See: mikavilpas/dotfiles@3b5bc69#diff-8be1bcf06549d609352b9b2f97e7ceb027155091fe4067d0e9e70e1dee85ed04R36
- Loading branch information
1 parent
9b80f3e
commit c32b990
Showing
2 changed files
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters