From 82197ae5ee71da79bf327d8674895af2d56dcc51 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:04:35 +0100 Subject: [PATCH] disabling netrw in the options just in case --- .../neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua index d9fd7d2..6b35497 100644 --- a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua +++ b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua @@ -107,6 +107,8 @@ return { }, -- Move to the first letter of each folder/files instead of the beginning of the line hijack_cursor = true, + -- Disable completely netrw, just in case + disable_netrw = true, -- dynamically get the width of the tree width = get_width, })