Skip to content

Commit 3264ed5

Browse files
committed
Improve fidget.nvim to handle all notifications
1 parent d350db2 commit 3264ed5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

init.lua

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,15 @@ require('lazy').setup({
478478
'williamboman/mason-lspconfig.nvim',
479479
'WhoIsSethDaniel/mason-tool-installer.nvim',
480480

481-
-- Useful status updates for LSP.
482-
{ 'j-hui/fidget.nvim', opts = {} },
481+
-- Provides polished UI notifications for LSP and other plugins.
482+
{
483+
'j-hui/fidget.nvim',
484+
opts = {
485+
notification = {
486+
override_vim_notify = true, -- Override vim.notify() to use Fidget's notifications
487+
},
488+
},
489+
},
483490

484491
-- Allows extra capabilities provided by blink.cmp
485492
'saghen/blink.cmp',

0 commit comments

Comments
 (0)