X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/84e2deef3e6453881262f3cc49e2f38187383bc4..a59aa3f7d15dae57e2d066e47af3556c46d9dac4:/nvim/lua/plugins/core.lua diff --git a/nvim/lua/plugins/core.lua b/nvim/lua/plugins/core.lua index fecdfd8..b3f49a2 100644 --- a/nvim/lua/plugins/core.lua +++ b/nvim/lua/plugins/core.lua @@ -10,4 +10,9 @@ return { }, }, }, + { + "vhyrro/luarocks.nvim", + priority = 1000, + config = true, + } }