Skip to content

Commit

Permalink
add luarocks.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
stehessel committed Apr 7, 2024
1 parent 0eba179 commit 7afdb1e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/editor/neovim/config/lua/plugins/notes.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
return {
{
"vhyrro/luarocks.nvim",
priority = 1000,
config = true,
},
{
"vhyrro/neorg",
build = ":Neorg sync-parsers",
dependencies = {
{ "nvim-lua/plenary.nvim" },
},
dependencies = { "luarocks.nvim" },
lazy = false,
opts = {
load = {
Expand Down

0 comments on commit 7afdb1e

Please sign in to comment.