mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
7 lines
77 B
Lua
7 lines
77 B
Lua
local M = {
|
|
"b0o/schemastore.nvim",
|
|
}
|
|
|
|
M.config = function() end
|
|
|
|
return M
|