# HG changeset patch # User Zeger Van de Vannet # Date 1658306979 -7200 # Node ID a879f63773a240818b09a4b8042e46bea869633a # Parent 864493b0506ab19020598fc01b76ab69445c0078 add fidget to show lsp server progress diff -r 864493b0506a -r a879f63773a2 .chezmoitemplates/init.lua --- a/.chezmoitemplates/init.lua Wed Jul 20 13:47:01 2022 +0200 +++ b/.chezmoitemplates/init.lua Wed Jul 20 10:49:39 2022 +0200 @@ -429,6 +429,19 @@ } end, } + use { + 'j-hui/fidget.nvim', + config = function() + require('fidget').setup { + text = { + spinner = 'dots', + }, + window = { + relative = 'editor', + }, + } + end, + } use { 'vimjas/vim-python-pep8-indent', ft = { 'python' } }