diff options
| author | Folke Lemaitre <folke.lemaitre@gmail.com> | 2023-01-09 10:53:23 +0100 |
|---|---|---|
| committer | Folke Lemaitre <folke.lemaitre@gmail.com> | 2023-01-09 10:53:23 +0100 |
| commit | ecf7a83181714e55f3bf8bf374cda3d2072f419d (patch) | |
| tree | f76c4cd38900d89815f7214696f09028e920f2dc /lua/config/lazy.lua | |
| parent | e6e661301187ec5b7016071cf8dccb0b93517d79 (diff) | |
refactor: better examples
Diffstat (limited to 'lua/config/lazy.lua')
| -rw-r--r-- | lua/config/lazy.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 9208df7..8a3b188 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -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 |
