diff options
author | Chris <[email protected]> | 2021-07-28 14:36:41 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-28 14:36:41 -0400 |
commit | 9611a50acc825e841de5eecd7d5f27ffe847cf7f (patch) | |
tree | f3b6aad571ab727d3e74a6abd6e18e476f9c3c93 /lua/plugins.lua | |
parent | 0dd2087b52f0fa5fd9685ae4df5cc88ddad7280e (diff) |
just use tf
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 11195acd..9555304a 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -150,7 +150,7 @@ return { config = function() vim.g.rooter_silent_chdir = 1 vim.g.rooter_patterns = { - ".git", + ".git/", "_darcs", ".hg", ".bzr", |