Yazi lightweight plugin for neovim
Dependencies: yazi
lazy.nvim
{
"Kicamon/yazi.nvim",
lazy = true,
cmd = "Yazi",
config = function()
require('yazi').setup()
end
}
vim-plug
Plug "Kicamon/yazi.nvim", {['on'] = 'Yazi' }}
lua require('yazi').setup()
open | description |
---|---|
Yazi |
Open files in buffers |
Yazi tabe |
Open files in tabs |
Yazi left |
Open the file in the left window |
Yazi down |
Open the file in the lower window |
Yazi up |
Open the file in the top window |
Yazi right |
Open the file in the right window |
defualt config
require('yazi').setup({
width = 0.8,
height = 0.8,
position = 'cc',
})
+--------------+-------------------+---------------+
| | | |
| tl | | tr |
| | | |
+--------------+ +---------------+
| |
| +-------------+ |
| | | |
| | cc | |
| | | |
| +-------------+ |
| |
+--------------+ +---------------+
| | | |
| bl | | br |
| | | |
+--------------+-------------------+---------------+