]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/core.lua
lazyvim: disable LazyVim
[dotfiles.git] / nvim / lua / plugins / core.lua
index 5b83b88b728b37f0482aa23ba7dc1fbe682bc598..3e7ee82c08deb793c3f69d8053fdd2c7ecc763b5 100644 (file)
@@ -1,11 +1,7 @@
+---@type LazySpec
 return {
-  {
-    "LazyVim/LazyVim",
-    opts = {
-      defaults = {
-        autocmds = false,
-        options = false,
-      },
-    },
-  },
+  { "vhyrro/luarocks.nvim",
+    priority = 1000,
+    config = true,
+  }
 }