A clean, distraction free xplr table UI.
-
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()