Mercurial > dotfiles
comparison .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 |
comparison
equal
deleted
inserted
replaced
719:08baa6419e7d | 720:6d036fac4dbd |
---|---|
445 use { | 445 use { |
446 local_plugin 'lsp-format-modifications.nvim', | 446 local_plugin 'lsp-format-modifications.nvim', |
447 requires = { 'nvim-lua/plenary.nvim' }, | 447 requires = { 'nvim-lua/plenary.nvim' }, |
448 } | 448 } |
449 use { | 449 use { |
450 'j-hui/fidget.nvim', | 450 'vigoux/notifier.nvim', |
451 config = function() | 451 config = function() require('notifier').setup { status_width = 70 } end, |
452 require('fidget').setup { | |
453 text = { | |
454 spinner = 'dots', | |
455 }, | |
456 window = { | |
457 relative = 'editor', | |
458 blend = 0, | |
459 }, | |
460 } | |
461 end, | |
462 } | 452 } |
463 use { | 453 use { |
464 'https://git.sr.ht/~whynothugo/lsp_lines.nvim', | 454 'https://git.sr.ht/~whynothugo/lsp_lines.nvim', |
465 disable = true, | 455 disable = true, |
466 config = function() | 456 config = function() |