nvim/lua/config/plugins/schema.lua
2024-12-21 12:38:40 -03:00

7 lines
77 B
Lua

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