diff options
author | Chris <[email protected]> | 2021-07-28 17:13:59 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-28 17:13:59 -0400 |
commit | 339aa8756e126821898b5e87a92014d7ce2e4aaf (patch) | |
tree | 447e458edc3367d777563cf1c8de6990bc76122e /lua/plugins.lua | |
parent | f220dc48938f8fca8df084e9cc4e746ab40f783c (diff) | |
parent | 71911176e975268817afc4793ab1e837fbfbeff3 (diff) |
Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling
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 |