dotfiles/.config/nvim/lua/plugins/lazy.lua
2024-02-28 01:37:11 +01:00

7 lines
73 B
Lua

return {
{
"folke/lazy.nvim",
tag = "stable"
}
}