From 951cdc588f69147c4bd5a84cdf558d546e09626a Mon Sep 17 00:00:00 2001 From: Max Wash Date: Sat, 21 Feb 2026 18:38:28 +0000 Subject: [PATCH] nvim: stop auto-cding into git repositories --- nvim/lua/plugins/project.nvim.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nvim/lua/plugins/project.nvim.lua b/nvim/lua/plugins/project.nvim.lua index 004a15d..4ee4314 100644 --- a/nvim/lua/plugins/project.nvim.lua +++ b/nvim/lua/plugins/project.nvim.lua @@ -8,7 +8,6 @@ return { theme = 'ivy', patterns = { '>projects', - '.git', } } @@ -17,4 +16,4 @@ return { vim.keymap.set('n', 'fp', telescope.extensions.projects.projects, { desc = 'Find Projects' }) end } - +