fix: improve comment about extras loading in config

This commit is contained in:
mirsella 2024-06-14 10:01:32 +02:00
parent 4818e4b72f
commit 7264e48508
No known key found for this signature in database
GPG key ID: C1A8791D70E775DE

View file

@ -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" },