neovim/lua/custom/chadrc.lua

6 lines
119 B
Lua
Raw Normal View History

2023-05-20 20:07:45 +00:00
local M = {}
M.ui = { theme = "onedark" }
M.plugins = "custom.plugins"
M.mappings = require "custom.mappings"
return M