change fidget :D

This commit is contained in:
Javier Pacheco 2023-06-10 19:20:02 -05:00
parent c39dde3549
commit 9c40011e50
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ require('lazy').setup({
-- Useful status updates for LSP
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
{ 'j-hui/fidget.nvim', opts = {} },
{ 'j-hui/fidget.nvim', opts = { text = { done = "󰚔", spinner = "dots_negative", }, } },
-- Additional lua configuration, makes nvim stuff amazing!
'folke/neodev.nvim',