1 files changed,
4 insertions(+),
1 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-04-04 20:32:05 +0300
Parent:
79edb3f
M
lua/core/lazy.lua
@@ -13,7 +13,10 @@ end
vim.opt.rtp:prepend(lazypath) require("lazy").setup("plugins", { - defaults = { lazy = true }, + defaults = { + lazy = true, + -- version = "*",-- use only stable releases + }, dev = { path = "~/code" }, install = { colorscheme = { "tokyonight-night" } }, change_detection = { notify = false },