nvim/lua/custom/plugins/schemastore.lua
Jeremie Fraeys 02e26b00b7
Some checks are pending
Check Lua Formatting in MyRepo / Stylua Check (push) Waiting to run
chore(nvim): reinitialize with working config
2026-02-07 21:06:45 -05:00

5 lines
112 B
Lua
Executable file

return {
'b0o/schemastore.nvim',
ft = { 'josn', 'jsonc', 'json5', 'yaml', 'toml' },
event = 'VeryLazy',
}