nvim: stop auto-cding into git repositories
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user