neovim-confs/lua/plex/init.lua

9 lines
114 B
Lua
Raw Normal View History

2023-09-06 00:26:45 +02:00
local M = {}
---@param opts? RafiConfig
function M.setup(opts)
require('plex.config').setup(opts)
end
return M