From 51b5fe400862fb45070f95fa5d7a1a5118a68e5d Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Thu, 1 Feb 2024 02:37:51 +0000 Subject: [PATCH] neotree fix --- vim/.vim/lua/plugins/neotree.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim/.vim/lua/plugins/neotree.lua b/vim/.vim/lua/plugins/neotree.lua index 165b87f..146c049 100644 --- a/vim/.vim/lua/plugins/neotree.lua +++ b/vim/.vim/lua/plugins/neotree.lua @@ -11,7 +11,10 @@ return { config = function() require("neo-tree").setup({ filesystem = { - bind_to_cwd = true, + filtered_items = { + hide_dotfiles = false, + }, + bind_to_cwd = false, }, sources = { "filesystem",