mirror of
https://github.com/tomru/vim.git
synced 2026-03-03 14:37:20 +01:00
add all previous plugins and config
This commit is contained in:
10
lua/custom/plugins/rooter.lua
Normal file
10
lua/custom/plugins/rooter.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
'notjedi/nvim-rooter.lua',
|
||||
config = function()
|
||||
require('nvim-rooter').setup {
|
||||
rooter_patterns = { '.git', 'Makefile', '=bcr' },
|
||||
trigger_patterns = { '*' },
|
||||
manual = false,
|
||||
}
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user