comparison .chezmoitemplates/init.lua @ 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
comparison
equal deleted inserted replaced
610:864493b0506a 611:a879f63773a2
427 vim.fn.setqflist(changed, 'r') 427 vim.fn.setqflist(changed, 'r')
428 end, 428 end,
429 } 429 }
430 end, 430 end,
431 } 431 }
432 use {
433 'j-hui/fidget.nvim',
434 config = function()
435 require('fidget').setup {
436 text = {
437 spinner = 'dots',
438 },
439 window = {
440 relative = 'editor',
441 },
442 }
443 end,
444 }
432 445
433 use { 'vimjas/vim-python-pep8-indent', ft = { 'python' } } 446 use { 'vimjas/vim-python-pep8-indent', ft = { 'python' } }
434 447
435 use { 448 use {
436 'rebelot/heirline.nvim', 449 'rebelot/heirline.nvim',