Skip to content

Commit

Permalink
Remove deprecated fidget config
Browse files Browse the repository at this point in the history
  • Loading branch information
krmbzds committed Nov 25, 2023
1 parent 04d2a7e commit 13052f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/config/plugins/lsp-zero.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
local M = {
"VonHeikemen/lsp-zero.nvim",
branch = "v3.x",
dependencies = {
-- LSP Support
"neovim/nvim-lspconfig",
Expand Down Expand Up @@ -310,7 +311,7 @@ function M.config()
},
})

fidget.setup({ text = { spinner = "square_corners" } })
fidget.setup()
end

return M

0 comments on commit 13052f3

Please sign in to comment.