Add notifications

This commit is contained in:
vxclutch
2026-06-02 21:41:26 -04:00
parent 4d31b771da
commit 69ff9f8178
2 changed files with 6 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ vim.pack.add {
{ src = "https://github.com/nvim-lualine/lualine.nvim" }, { src = "https://github.com/nvim-lualine/lualine.nvim" },
{ src = "https://github.com/sphamba/smear-cursor.nvim" }, { src = "https://github.com/sphamba/smear-cursor.nvim" },
{ src = "https://github.com/rcarriga/nvim-notify" },
{ src = "https://github.com/m00qek/baleia.nvim" }, { src = "https://github.com/m00qek/baleia.nvim" },
{ src = "https://github.com/esmuellert/codediff.nvim" }, { src = "https://github.com/esmuellert/codediff.nvim" },
{ src = "https://github.com/NeogitOrg/neogit" }, { src = "https://github.com/NeogitOrg/neogit" },

View File

@@ -33,6 +33,10 @@
"rev": "77ccaeb422f8c81b647605da5ddb4a7f725cda90", "rev": "77ccaeb422f8c81b647605da5ddb4a7f725cda90",
"src": "https://codeberg.org/mfussenegger/nvim-jdtls" "src": "https://codeberg.org/mfussenegger/nvim-jdtls"
}, },
"nvim-notify": {
"rev": "8701bece920b38ea289b457f902e2ad184131a5d",
"src": "https://github.com/rcarriga/nvim-notify"
},
"smear-cursor.nvim": { "smear-cursor.nvim": {
"rev": "9e9378d6ee34bb3782e0e8c63d9ec8ca618b479b", "rev": "9e9378d6ee34bb3782e0e8c63d9ec8ca618b479b",
"src": "https://github.com/sphamba/smear-cursor.nvim" "src": "https://github.com/sphamba/smear-cursor.nvim"