From 3f14f52f5183116e498bfebf057d6823ce3a4bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Wed, 18 Sep 2024 19:56:42 +0200 Subject: [PATCH] 422 current 1970-01-01 01:00:00 24.05.20240916.086b448 6.6.49-rt41 * --- modules/home/shell/nvim-lua/plugins/netrw.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/home/shell/nvim-lua/plugins/netrw.lua diff --git a/modules/home/shell/nvim-lua/plugins/netrw.lua b/modules/home/shell/nvim-lua/plugins/netrw.lua new file mode 100644 index 0000000..d6a964d --- /dev/null +++ b/modules/home/shell/nvim-lua/plugins/netrw.lua @@ -0,0 +1,8 @@ +return { + "nvim-neo-tree/neo-tree.nvim", + opts = { + filesystem = { + hijack_netrw_behavior = "disabled", + }, + }, +}