X-Git-Url: https://git.madduck.net/etc/lazyvim.git/blobdiff_plain/69c04414be903040ac87497aad646914ab5654fa..93585a123515bf36af91b777f33b7c0acf7880fe:/.config/lazyvim/lua/config/lazy.lua diff --git a/.config/lazyvim/lua/config/lazy.lua b/.config/lazyvim/lua/config/lazy.lua index 77ab20b..1593856 100644 --- a/.config/lazyvim/lua/config/lazy.lua +++ b/.config/lazyvim/lua/config/lazy.lua @@ -30,7 +30,7 @@ require("lazy").setup({ version = false, -- always use the latest git commit -- version = "*", -- try installing the latest stable version for plugins that support semver }, - install = { colorscheme = { "tokyonight", "habamax" } }, + -- install = { colorscheme = { "tokyonight", "habamax" } }, checker = { enabled = false, -- check for plugin updates periodically notify = false, -- notify on update @@ -50,4 +50,8 @@ require("lazy").setup({ }, }, }, + ---@diagnostic disable-next-line: assign-type-mismatch + dev = { + path = "~/code", + }, })