Mercurial > dotfiles
diff .chezmoitemplates/init.lua @ 720:6d036fac4dbd
feat: use notifier for messages and lsp progress
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 06 Dec 2022 20:59:12 +0100 |
parents | 08baa6419e7d |
children | 20256729c355 |
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua Tue Dec 06 20:58:35 2022 +0100 +++ b/.chezmoitemplates/init.lua Tue Dec 06 20:59:12 2022 +0100 @@ -447,18 +447,8 @@ requires = { 'nvim-lua/plenary.nvim' }, } use { - 'j-hui/fidget.nvim', - config = function() - require('fidget').setup { - text = { - spinner = 'dots', - }, - window = { - relative = 'editor', - blend = 0, - }, - } - end, + 'vigoux/notifier.nvim', + config = function() require('notifier').setup { status_width = 70 } end, } use { 'https://git.sr.ht/~whynothugo/lsp_lines.nvim',