]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/core.lua
nvim: disable LazyVim autocmds, match vimrc augroups to LazyVim
[dotfiles.git] / nvim / lua / plugins / core.lua
diff --git a/nvim/lua/plugins/core.lua b/nvim/lua/plugins/core.lua
new file mode 100644 (file)
index 0000000..32a62dc
--- /dev/null
@@ -0,0 +1,10 @@
+return {
+  {
+    "LazyVim/LazyVim",
+    opts = {
+      defaults = {
+        autocmds = false,
+      },
+    },
+  },
+}