X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/3467915728c705f0a9100feff77eab4d5da14564..refs/heads/lazyvim:/nvim/lua/config/lazy.lua diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 91f86a7..bad9b58 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -27,7 +27,11 @@ require("lazy").setup({ -- version = "*", -- try installing the latest stable version for plugins that support semver }, install = { colorscheme = { "tokyonight", "habamax" } }, - checker = { enabled = true }, -- automatically check for plugin updates + checker = { + -- automatically check for plugin updates + enabled = true, + notify = false, + }, performance = { rtp = { -- HACK: do not reset rtp to allow interop with vim-plug @@ -37,7 +41,7 @@ require("lazy").setup({ "gzip", -- "matchit", -- "matchparen", - -- "netrwPlugin", + "netrwPlugin", "tarPlugin", "tohtml", "tutor",