]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/config/lazy.lua
nvim: add FPP copyright snippet
[dotfiles.git] / nvim / lua / config / lazy.lua
index 91f86a709866933388859b657ac6432f79a28c9a..bad9b58ea6b98cbbe014bc709ccf409ff2139cc9 100644 (file)
@@ -27,7 +27,11 @@ require("lazy").setup({
     -- version = "*", -- try installing the latest stable version for plugins that support semver
   },
   install = { colorscheme = { "tokyonight", "habamax" } },
     -- 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
   performance = {
     rtp = {
       -- HACK: do not reset rtp to allow interop with vim-plug
@@ -37,7 +41,7 @@ require("lazy").setup({
         "gzip",
         -- "matchit",
         -- "matchparen",
         "gzip",
         -- "matchit",
         -- "matchparen",
-        -- "netrwPlugin",
+        "netrwPlugin",
         "tarPlugin",
         "tohtml",
         "tutor",
         "tarPlugin",
         "tohtml",
         "tutor",