Skip to content

Kicamon/yazi.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yazi.nvim

Yazi lightweight plugin for neovim

Screenshot

Screenshot

Dependencies: yazi

Install

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()

command

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

Configuration

defualt config

require('yazi').setup({
  width = 0.8,
  height = 0.8,
  position = 'cc',
})

position

+--------------+-------------------+---------------+
|              |                   |               |
|      tl      |                   |       tr      |
|              |                   |               |
+--------------+                   +---------------+
|                                                  |
|                 +-------------+                  |
|                 |             |                  |
|                 |     cc      |                  |
|                 |             |                  |
|                 +-------------+                  |
|                                                  |
+--------------+                   +---------------+
|              |                   |               |
|     bl       |                   |       br      |
|              |                   |               |
+--------------+-------------------+---------------+

License MIT

About

A lightweight yazi nvim plugin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages