dots/.config/nvim/lua/plugins/util/luarocks.lua
2025-12-05 17:00:35 -08:00

6 lines
166 B
Lua

return {
"vhyrro/luarocks.nvim",
priority = 1000, -- Very high priority is required, luarocks.nvim should run as the first plugin in your config.
config = true,
}