From 8f488f580aa731c8dbfccc17dc0cce1d94ed551c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20K=C3=A4stner?= Date: Sun, 11 Jun 2023 14:26:27 +0200 Subject: [PATCH] docs: fix typo in netrw section --- doc/nvim-tree-lua.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nvim-tree-lua.txt b/doc/nvim-tree-lua.txt index 7187e0aef1e..bb2b22821af 100644 --- a/doc/nvim-tree-lua.txt +++ b/doc/nvim-tree-lua.txt @@ -2268,7 +2268,7 @@ must be disabled manually at the start of your `init.lua` as per |netrw-noload|: vim.g.loaded_netrw = 1 vim.g.loaded_netrwPlugin = 1 < -There are many |netrw| features features beyond the file browser. If you want to +There are many |netrw| features beyond the file browser. If you want to keep using |netrw| without its browser features please ensure: |nvim-tree.disable_netrw| `= false`