]> git.rmz.io Git - dotfiles.git/commitdiff
nvim: disable netrwPlugin
authorSamir Benmendil <me@rmz.io>
Tue, 31 Oct 2023 22:42:44 +0000 (22:42 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 17 Dec 2023 17:23:08 +0000 (17:23 +0000)
This is likely done to avoid the problem with fugitive.

nvim/lua/config/lazy.lua

index 1eebb56f09128b9802cf31c5045ec2d7e7ac78a2..bad9b58ea6b98cbbe014bc709ccf409ff2139cc9 100644 (file)
@@ -41,7 +41,7 @@ require("lazy").setup({
         "gzip",
         -- "matchit",
         -- "matchparen",
-        -- "netrwPlugin",
+        "netrwPlugin",
         "tarPlugin",
         "tohtml",
         "tutor",