viminal2/new-init.lua

7 lines
218 B
Lua
Raw Normal View History

2025-02-01 03:26:21 -08:00
-- [nfnl] Compiled from ./new-init.fnl by https://github.com/Olical/nfnl, do not edit.
if os.getenv("TERM") then
return require("scripts.chameleon").setup(require("scripts.kitty-padding").setup)
else
return {}
end