Skip to content

Commit

Permalink
changing luarocks settings according to the new setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant-the-coder committed Mar 26, 2024
1 parent 897d472 commit 4445bed
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lua/modules/notes/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ local notes = require("utils.pack").package

notes({
"vhyrro/luarocks.nvim",
config = function()
require("luarocks").setup({})
end,
priority = 1000, -- We'd like this plugin to load first out of the rest
config = true, -- This automatically runs `require("luarocks-nvim").setup()`
})

notes({
"nvim-neorg/neorg",
branch = "luarocks",
dependencies = { "luarocks.nvim" },
dependencies = { "vhyrro/luarocks.nvim" },
lazy = false,
cmd = "Neorg",
ft = "norg",
Expand Down

0 comments on commit 4445bed

Please sign in to comment.