From: Samir Benmendil Date: Tue, 31 Oct 2023 22:42:44 +0000 (+0000) Subject: nvim: disable netrwPlugin X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/84ae21d12fc8b9acba83e8ffd74d2100ebdbf4da nvim: disable netrwPlugin This is likely done to avoid the problem with fugitive. --- 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",