diff options
| author | Dmitrii Morozov <snoopdesigns@gmail.com> | 2025-10-27 20:48:44 +0100 |
|---|---|---|
| committer | Dmitrii Morozov <snoopdesigns@gmail.com> | 2025-10-27 20:48:44 +0100 |
| commit | 16d9ceaee1f921bf68acfa2ddbda5ddff0c82761 (patch) | |
| tree | d0b42a26f75960e6a26cec04436f602d39c38158 | |
| parent | 827094776240595a120c0ac5b49d3d3838cdfcdb (diff) | |
Enable tutor
| -rw-r--r-- | lazy-lock.json | 1 | ||||
| -rw-r--r-- | lua/config/lazy.lua | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lazy-lock.json b/lazy-lock.json index 4a56486..3d40525 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -1,4 +1,5 @@ { + "Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" }, "LazyVim": { "branch": "main", "commit": "d72127eb936f7f05d88d4fc316bc7e89080d69d8" }, "SchemaStore.nvim": { "branch": "main", "commit": "4341619da06779ae310ee9c3d6d70edfefed7152" }, "auto-save.nvim": { "branch": "main", "commit": "979b6c82f60cfa80f4cf437d77446d0ded0addf0" }, diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index d73bfa1..0201db5 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -45,7 +45,7 @@ require("lazy").setup({ -- "netrwPlugin", "tarPlugin", "tohtml", - "tutor", + -- "tutor", "zipPlugin", }, }, |
