mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 08:39:06 +02:00
11 lines
173 B
Lua
11 lines
173 B
Lua
|
return -- Using lazy.nvim
|
||
|
{
|
||
|
'ribru17/bamboo.nvim',
|
||
|
lazy = false,
|
||
|
config = function()
|
||
|
require('bamboo').setup {
|
||
|
-- optional configuration here
|
||
|
}
|
||
|
end,
|
||
|
}
|