nvim-conf/lua/chadrc.lua

6 lines
125 B
Lua

-- this file exists so base64 telescope theme swap works :P
local M = {}
M.ui = { theme = "your_needy_pop_star" }
return M