Update: 2024-11-29

This commit is contained in:
2024-11-29 10:13:12 +02:00
parent a0fd8d93e2
commit 41b7eb733a
15 changed files with 146 additions and 51 deletions

View File

@@ -28,6 +28,9 @@ local opts = {
-- try to load one of these colorschemes when starting an installation during startup
colorscheme = { "rose-pine" },
},
rocks = {
hererocks = true, -- recommended if you do not have global installation of Lua 5.1.
},
}
require("lazy").setup("plugins", opts)