X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/dd4a806cf3918fc6b20de40f1c9d344f5ece4f0a..ee46717a81f954f40cb6724e8fd829847839fd4b:/nvim/lua/plugins/core.lua?ds=sidebyside diff --git a/nvim/lua/plugins/core.lua b/nvim/lua/plugins/core.lua new file mode 100644 index 0000000..32a62dc --- /dev/null +++ b/nvim/lua/plugins/core.lua @@ -0,0 +1,10 @@ +return { + { + "LazyVim/LazyVim", + opts = { + defaults = { + autocmds = false, + }, + }, + }, +}