This website requires JavaScript.
Explore
Help
Sign In
Stevan
/
nvim-config
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5051530282be0b96f49f2b77cad788ea75cd2c2b
nvim-config
/
lua
/
plugins
/
nuget.lua
T
7 lines
88 B
Lua
Raw
Normal View
History
Unescape
Escape
feat: add nuget plugin
2025-01-20 23:28:09 -06:00
return
{
"d7omdev/nuget.nvim"
,
config
=
function
()
require
(
"nuget"
).
setup
()
end
,
}
Reference in New Issue
Copy Permalink