mirror of
https://github.com/tomru/vim.git
synced 2026-03-03 14:37:20 +01:00
12 lines
241 B
Lua
12 lines
241 B
Lua
return {
|
|
'notjedi/nvim-rooter.lua',
|
|
enabled = false,
|
|
config = function()
|
|
require('nvim-rooter').setup {
|
|
rooter_patterns = { '.git', 'Makefile', '=bcr' },
|
|
trigger_patterns = { '*' },
|
|
manual = false,
|
|
}
|
|
end,
|
|
}
|