aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index acd26c9..33a4e83 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ This can be used to filter out buffers you do not want in the history.
By default, BufferBrowser will remember Netrw buffers. To immediately close
netrw after you have opened a file, you can add to init.lua
-` g:netrw_fastbrowse =0`
+`vim.g.netrw_fastbrowse=0`
This will remove the netrw buffer and wipe it from the browser history when
you open a new file.