chadrc.lua

← Back to explorer
Old/lua/custom/chadrc.lua
local M = {}
M.options, M.ui, M.mappings, M.plugins = {}, {}, {}

M.plugins = {
  status = {
    neoscroll = true,
    colorizer = true,
    truezen = true, 
    dashboard = true,
  }
}

M.ui = {
  theme = "tokyonight",
}

return M