mirror of
https://github.com/maxmx03/solarized.nvim.git
synced 2026-09-10 07:26:26 -04:00
8 lines
91 B
Lua
8 lines
91 B
Lua
local config = require('solarized.config')
|
|
|
|
local M = {}
|
|
|
|
M.setup = config.setup
|
|
|
|
return M
|