diff --git a/nvim/.config/nvim/lua/plugins.lua b/nvim/.config/nvim/lua/plugins.lua index f94d8b1..48319ac 100644 --- a/nvim/.config/nvim/lua/plugins.lua +++ b/nvim/.config/nvim/lua/plugins.lua @@ -10,6 +10,8 @@ vim.pack.add { { src = "https://github.com/nvim-lualine/lualine.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/esmuellert/codediff.nvim" }, { src = "https://github.com/NeogitOrg/neogit" }, diff --git a/nvim/.config/nvim/nvim-pack-lock.json b/nvim/.config/nvim/nvim-pack-lock.json index 80dae93..e3c2caf 100644 --- a/nvim/.config/nvim/nvim-pack-lock.json +++ b/nvim/.config/nvim/nvim-pack-lock.json @@ -33,6 +33,10 @@ "rev": "77ccaeb422f8c81b647605da5ddb4a7f725cda90", "src": "https://codeberg.org/mfussenegger/nvim-jdtls" }, + "nvim-notify": { + "rev": "8701bece920b38ea289b457f902e2ad184131a5d", + "src": "https://github.com/rcarriga/nvim-notify" + }, "smear-cursor.nvim": { "rev": "9e9378d6ee34bb3782e0e8c63d9ec8ca618b479b", "src": "https://github.com/sphamba/smear-cursor.nvim"