]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/core.lua
nvim: don't quit nvim from dashboard
[dotfiles.git] / nvim / lua / plugins / core.lua
index d782f4c36172490646f80d49ef3bea06384a2588..b3f49a209ec339c012368624f4d3d1873bb258c6 100644 (file)
@@ -1,3 +1,4 @@
+---@type LazyPluginSpec
 return {
   {
     "LazyVim/LazyVim",
 return {
   {
     "LazyVim/LazyVim",
@@ -9,4 +10,9 @@ return {
       },
     },
   },
       },
     },
   },
+  {
+    "vhyrro/luarocks.nvim",
+    priority = 1000,
+    config = true,
+  }
 }
 }