diff options
author | Rafael Madriz <[email protected]> | 2021-07-28 16:12:17 -0300 |
---|---|---|
committer | Rafael Madriz <[email protected]> | 2021-07-28 16:12:17 -0300 |
commit | 48295ec6446d15ae1e3bc8de6eab7088cd21833a (patch) | |
tree | 6672067080bcc37f5b0dff989eee2d978b253cdb /lua/plugins.lua | |
parent | 9611a50acc825e841de5eecd7d5f27ffe847cf7f (diff) |
no need to add root patterns, airblade/vim-rooter#123 got merged
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 9555304a..fc4c47ab 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -149,16 +149,6 @@ return { "airblade/vim-rooter", config = function() vim.g.rooter_silent_chdir = 1 - vim.g.rooter_patterns = { - ".git/", - "_darcs", - ".hg", - ".bzr", - ".svn", - "Makefile", - "package.json", - "package-lock.json", - } if lvim.builtin.rooter.on_config_done then lvim.builtin.rooter.on_config_done() end |