refactor(nvim): use noice's lsp progress

This commit is contained in:
Price Hiller 2022-10-22 15:38:41 -05:00
parent 35cf86c6ed
commit 9ea9d0dc8b
2 changed files with 0 additions and 18 deletions

View File

@ -1,10 +0,0 @@
local fidget = require('fidget')
fidget.setup({
text = {
spinner = 'dots',
},
window = {
blend = 0,
},
})

View File

@ -372,14 +372,6 @@ return packer.startup({
end,
})
-- Display LSP Progress
use({
"j-hui/fidget.nvim",
config = function()
require("plugins.configs.fidget-spinner")
end,
})
-- Display Lsp Signature
use({
"ray-x/lsp_signature.nvim",