dotfiles/nvim/lua/plugins/lazy.lua

7 lines
73 B
Lua

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