Merge 3264ed5de535d2dc483c54a6b1ecd81fb6c1e079 into d350db2449da40df003c40d440f909d74e2d4e70

This commit is contained in:
Anjishnu Banerjee 2025-04-20 05:20:15 +00:00 committed by GitHub
commit 1ce97c9923
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -478,8 +478,15 @@ require('lazy').setup({
'williamboman/mason-lspconfig.nvim',
'WhoIsSethDaniel/mason-tool-installer.nvim',
-- Useful status updates for LSP.
{ 'j-hui/fidget.nvim', opts = {} },
-- Provides polished UI notifications for LSP and other plugins.
{
'j-hui/fidget.nvim',
opts = {
notification = {
override_vim_notify = true, -- Override vim.notify() to use Fidget's notifications
},
},
},
-- Allows extra capabilities provided by blink.cmp
'saghen/blink.cmp',