kickstart.nvim/lua/custom/plugins/schemastore.lua

9 lines
90 B
Lua

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