starter/lua/plugins/luarocks.lua

6 lines
169 B
Lua
Raw Normal View History

2025-03-05 01:54:01 +08:00
return {
"vhyrro/luarocks.nvim",
priority = 1000, -- Very high priority is required, luarocks.nvim should run as the first plugin in your config.
config = true,
}