Files
vim/lua/custom/plugins/rooter.lua
Thomas Ruoff 892ddb8610 try project
2023-03-21 22:35:58 +01:00

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,
}