mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 06:27:14 +01:00
10 lines
188 B
Lua
10 lines
188 B
Lua
return {
|
|
dir = '~/.config/nvim/lua/plugins/local/rooter',
|
|
name = 'rooter',
|
|
config = function()
|
|
require('rooter').setup {
|
|
greeting = 'Loaded via lazy.nvim!',
|
|
}
|
|
end,
|
|
}
|