]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/core.lua
lazyvim: absorb icons into rmz.util.ui
[dotfiles.git] / nvim / lua / plugins / core.lua
index 5b83b88b728b37f0482aa23ba7dc1fbe682bc598..b3f49a209ec339c012368624f4d3d1873bb258c6 100644 (file)
@@ -1,3 +1,4 @@
+---@type LazyPluginSpec
 return {
   {
     "LazyVim/LazyVim",
@@ -5,7 +6,13 @@ return {
       defaults = {
         autocmds = false,
         options = false,
+        keymaps = false,
       },
     },
   },
+  {
+    "vhyrro/luarocks.nvim",
+    priority = 1000,
+    config = true,
+  }
 }