mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 10:33:49 -03:00
9 lines
109 B
Lua
9 lines
109 B
Lua
local M = {
|
|
"stevearc/dressing.nvim",
|
|
}
|
|
|
|
M.config = function()
|
|
require("dressing").setup()
|
|
end
|
|
|
|
return M
|