mirror of
https://github.com/tomru/lazyvim.git
synced 2026-03-03 14:37:18 +01:00
refactor: better examples
This commit is contained in:
@@ -12,6 +12,9 @@ require("lazy").setup({
|
||||
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
|
||||
-- import/override with your plugins
|
||||
{ import = "plugins" },
|
||||
-- import any extras modules here
|
||||
-- { import = "lazyvim.plugins.extras.lang.typescript" },
|
||||
-- { import = "lazyvim.plugins.extras.lang.json" },
|
||||
},
|
||||
defaults = {
|
||||
lazy = true, -- every plugin is lazy-loaded by default
|
||||
|
||||
Reference in New Issue
Block a user