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
main
nvim-config
/
lua
/
plugins
/
nuget.lua
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
7 lines
88 B
Lua
Raw
Permalink
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