nvim: stop auto-cding into git repositories
This commit is contained in:
@@ -8,7 +8,6 @@ return {
|
|||||||
theme = 'ivy',
|
theme = 'ivy',
|
||||||
patterns = {
|
patterns = {
|
||||||
'>projects',
|
'>projects',
|
||||||
'.git',
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -17,4 +16,4 @@ return {
|
|||||||
vim.keymap.set('n', 'fp', telescope.extensions.projects.projects, { desc = 'Find Projects' })
|
vim.keymap.set('n', 'fp', telescope.extensions.projects.projects, { desc = 'Find Projects' })
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user