]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/core.lua
lazyvim: absorb snacks notifier
[dotfiles.git] / nvim / lua / plugins / core.lua
index fecdfd8ad1686716452ee2165e0861689bad9349..b3f49a209ec339c012368624f4d3d1873bb258c6 100644 (file)
@@ -10,4 +10,9 @@ return {
       },
     },
   },
       },
     },
   },
+  {
+    "vhyrro/luarocks.nvim",
+    priority = 1000,
+    config = true,
+  }
 }
 }