Skip to content

sayanarijit/zentable.xplr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zentable

A clean, distraction free xplr table UI.

image3009d116ece8bd45.png

Installation

Install manually

  • Add the following line in ~/.config/xplr/init.lua

    local home = os.getenv("HOME")
    package.path = home
    .. "/.config/xplr/plugins/?/init.lua;"
    .. home
    .. "/.config/xplr/plugins/?.lua;"
    .. package.path
  • Clone the plugin

    mkdir -p ~/.config/xplr/plugins
    
    git clone https://github.com/sayanarijit/zentable.xplr ~/.config/xplr/plugins/zentable
  • Require the module in ~/.config/xplr/init.lua

    require("zentable").setup()

Also See