7 lines
77 B
Lua
7 lines
77 B
Lua
local M = {
|
|
"b0o/schemastore.nvim",
|
|
}
|
|
|
|
M.config = function() end
|
|
|
|
return M
|