Mercurial > dotfiles
changeset 611:a879f63773a2
add fidget to show lsp server progress
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Wed, 20 Jul 2022 10:49:39 +0200 |
parents | 864493b0506a |
children | f6e88e1bfe13 |
files | .chezmoitemplates/init.lua |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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' } }