Change rooter to look for Makefile
This commit is contained in:
parent
16b1c67ee4
commit
8ca89dd41a
@ -14,7 +14,7 @@ return {
|
||||
event = "UIEnter",
|
||||
config = function()
|
||||
require("nvim-rooter").setup {
|
||||
rooter_patterns = { "compile_commands.json", ".git", ".hg", ".svn" },
|
||||
rooter_patterns = { "Makefile", ".git", ".hg", ".svn" },
|
||||
trigger_patterns = { "*" },
|
||||
manual = false,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user