Created
April 28, 2026 22:09
-
-
Save s3rgeym/1c47076ec7fc2cf8815b99fe880ca498 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| vim.pack.add({ | |
| 'https://github.com/mikavilpas/yazi.nvim', | |
| 'https://github.com/nvim-lua/plenary.nvim', | |
| }, { confirm = false }) | |
| require('yazi').setup() | |
| vim.keymap.set('n', '<leader>y', function() | |
| require('yazi').yazi({ open_for_directories = true }) | |
| end) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment