1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-02-04 15:50:26 +01:00
Files
dotfiles/.config/nvim/lua/plugins/luarocks.lua

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,
}