diff options
| author | Lucas <mirsella@protonmail.com> | 2024-06-14 10:14:39 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-14 10:14:39 +0200 | 
| commit | cb79b0e6a9d0ec81041150dc87fe47352a54a2ba (patch) | |
| tree | 44e8756cac5d4a9cfea9c9c354c6b1b58616b833 /lua/config | |
| parent | 4818e4b72fc24b0fceed88f83e21e908def4c386 (diff) | |
fix: improve comment about extras loading in config (#75)
* fix: improve comment about extras loading in config
* fix: use LazyExtras
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
Diffstat (limited to 'lua/config')
| -rw-r--r-- | lua/config/lazy.lua | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 2e7bf62..4aeb4bd 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -11,10 +11,6 @@ require("lazy").setup({    spec = {      -- add LazyVim and import its plugins      { "LazyVim/LazyVim", import = "lazyvim.plugins" }, -    -- import any extras modules here -    -- { import = "lazyvim.plugins.extras.lang.typescript" }, -    -- { import = "lazyvim.plugins.extras.lang.json" }, -    -- { import = "lazyvim.plugins.extras.ui.mini-animate" },      -- import/override with your plugins      { import = "plugins" },    },  | 
