From 0e5c3d967959ff4fc5121cbf6ab8684852cb1601 Mon Sep 17 00:00:00 2001 From: Guennadi Maximov C Date: Tue, 6 Aug 2024 12:05:15 -0600 Subject: [PATCH] fix(project): Get rid of project notifications. Signed-off-by: Guennadi Maximov C --- lua/plugin/project/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugin/project/init.lua b/lua/plugin/project/init.lua index 727bd08c..837c6acb 100644 --- a/lua/plugin/project/init.lua +++ b/lua/plugin/project/init.lua @@ -79,7 +79,7 @@ Project.setup({ -- When set to false, you will get a message when project.nvim changes your -- directory - silent_chdir = false, + silent_chdir = true, -- What scope to change the directory, valid options are -- * global (default)