diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 2e7bf62..5473e01 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -11,7 +11,8 @@ require("lazy").setup({ spec = { -- add LazyVim and import its plugins { "LazyVim/LazyVim", import = "lazyvim.plugins" }, - -- import any extras modules here + -- import any extras modules here. note that this method can cause issues, + -- and the recommended way is to use :LazyExtras -- { import = "lazyvim.plugins.extras.lang.typescript" }, -- { import = "lazyvim.plugins.extras.lang.json" }, -- { import = "lazyvim.plugins.extras.ui.mini-animate" },