From 97c8d5213a240c460f2454bd4c9a3009b1ad2bc7 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 31 Oct 2023 22:42:44 +0000 Subject: [PATCH] nvim: disable netrwPlugin This is likely done to avoid the problem with fugitive. --- nvim/lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 1eebb56..bad9b58 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -41,7 +41,7 @@ require("lazy").setup({ "gzip", -- "matchit", -- "matchparen", - -- "netrwPlugin", + "netrwPlugin", "tarPlugin", "tohtml", "tutor", -- 2.48.1