From 7264e48508c6d98e5f9df72bb9e8f3ef051c0c24 Mon Sep 17 00:00:00 2001 From: mirsella Date: Fri, 14 Jun 2024 10:01:32 +0200 Subject: [PATCH] fix: improve comment about extras loading in config --- lua/config/lazy.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" },