Skip to content

Instantly share code, notes, and snippets.

@s3rgeym
Created April 28, 2026 22:09
Show Gist options
  • Select an option

  • Save s3rgeym/1c47076ec7fc2cf8815b99fe880ca498 to your computer and use it in GitHub Desktop.

Select an option

Save s3rgeym/1c47076ec7fc2cf8815b99fe880ca498 to your computer and use it in GitHub Desktop.
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