mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
fix: improve comment about extras loading in config
This commit is contained in:
parent
4818e4b72f
commit
7264e48508
1 changed files with 2 additions and 1 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue