Files
nvim/lua/plugins/local.lua
2025-06-04 08:15:39 +02:00

10 lines
192 B
Lua

return {
dir = '~/.config/nvim/lua/plugins/local/rooter.lua',
name = 'rooter',
config = function()
require('rooter').setup {
greeting = 'Loaded via lazy.nvim!',
}
end,
}