1
0
mirror of https://github.com/jiriks74/presence.nvim synced 2024-11-23 12:27:50 +01:00

feat: add lazy.nvim plugin manager (#39)

* Add Lazy as plugin manager (andweeb#145)

* Add Lazy setup to README

* Change lazyload event in README
This commit is contained in:
jan Mikowa 2024-04-08 11:29:05 +02:00 committed by GitHub
parent fee2f8d2bd
commit 65f93ee9ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,4 +2,5 @@
return {
["packer"] = "packer",
["vim-plug"] = "vim-plug",
["lazy"] = "lazy",
}