Improve fidget.nvim to handle all notifications

This commit is contained in:
Anjishnu Banerjee 2025-04-20 10:46:39 +05:30
parent d350db2449
commit 3264ed5de5
1 changed files with 9 additions and 2 deletions

View File

@ -478,8 +478,15 @@ require('lazy').setup({
'williamboman/mason-lspconfig.nvim', 'williamboman/mason-lspconfig.nvim',
'WhoIsSethDaniel/mason-tool-installer.nvim', 'WhoIsSethDaniel/mason-tool-installer.nvim',
-- Useful status updates for LSP. -- Provides polished UI notifications for LSP and other plugins.
{ 'j-hui/fidget.nvim', opts = {} }, {
'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 -- Allows extra capabilities provided by blink.cmp
'saghen/blink.cmp', 'saghen/blink.cmp',