Skip to content

Commit

Permalink
fix(project): Get rid of project notifications.
Browse files Browse the repository at this point in the history
Signed-off-by: Guennadi Maximov C <[email protected]>
  • Loading branch information
DrKJeff16 committed Aug 6, 2024
1 parent 0ee0d3c commit 0e5c3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugin/project/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0e5c3d9

Please sign in to comment.