Files

7 lines
88 B
Lua
Raw Permalink Normal View History

2025-01-20 23:28:09 -06:00
return {
"d7omdev/nuget.nvim",
config = function()
require("nuget").setup()
end,
}