Added rooter plugin
This commit is contained in:
parent
9d9aeccae7
commit
d00790a15a
@ -9,4 +9,15 @@ return {
|
|||||||
-- require("lsp_signature").setup()
|
-- require("lsp_signature").setup()
|
||||||
-- end,
|
-- end,
|
||||||
-- },
|
-- },
|
||||||
|
{
|
||||||
|
"notjedi/nvim-rooter.lua",
|
||||||
|
event = "UIEnter",
|
||||||
|
config = function()
|
||||||
|
require("nvim-rooter").setup {
|
||||||
|
rooter_patterns = { "compile_commands.json", ".git", ".hg", ".svn" },
|
||||||
|
trigger_patterns = { "*" },
|
||||||
|
manual = false,
|
||||||
|
}
|
||||||
|
end,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user