Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 355 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 355 Bytes

Patra nvim

neovim wrapper for the Patra TUI file manager

Caution!

this is still at very early development, not recommended for regular use

installation and config with lazy nvim

{
  'Bhanukamax/patra.nvim',
    config = function()
      vim.keymap.set('n', '<leader>o', ":Patra<CR>")
    end
}