changeset 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 0e91f6416812
files .chezmoitemplates/init.lua
diffstat 1 files changed, 2 insertions(+), 12 deletions(-) [+]
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',