nvim/lua/plugins/schema.lua

7 lines
77 B
Lua

local M = {
"b0o/schemastore.nvim",
}
M.config = function() end
return M