fix: improve comment about extras loading in config

pull/75/head
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
1 changed files with 2 additions and 1 deletions

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