mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-18 16:28:49 +02:00
no need to add root patterns, airblade/vim-rooter#123 got merged
This commit is contained in:
parent
9611a50acc
commit
48295ec644
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue