feat(nvim): add new extra: fidget.nvim

This commit is contained in:
Sergio Laín 2024-03-09 17:56:40 +01:00
parent 4b5a78589c
commit 9c9c96438d
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 18 additions and 1 deletions

View file

@ -304,7 +304,7 @@
<details> <details>
<summary><b>📜 LSP</b></summary> <summary><b>📜 LSP</b></summary>
- [simrat39/symbols-outline.nvim](https://dotfyle.com/plugins/simrat39/symbols-outline.nvim) - [j-hui/fidget.nvim](https://dotfyle.com/plugins/j-hui/fidget.nvim)
- [antosha417/nvim-lsp-file-operations](https://github.com/antosha417/nvim-lsp-file-operations) - [antosha417/nvim-lsp-file-operations](https://github.com/antosha417/nvim-lsp-file-operations)
- [Wansmer/symbol-usage.nvim](https://dotfyle.com/plugins/Wansmer/symbol-usage.nvim) - [Wansmer/symbol-usage.nvim](https://dotfyle.com/plugins/Wansmer/symbol-usage.nvim)
- [aznhe21/actions-preview.nvim](https://dotfyle.com/plugins/aznhe21/actions-preview.nvim) - [aznhe21/actions-preview.nvim](https://dotfyle.com/plugins/aznhe21/actions-preview.nvim)

View file

@ -0,0 +1,17 @@
return {
{
"j-hui/fidget.nvim",
event = "LspAttach",
opts = {},
},
{
"folke/noice.nvim",
opts = {
lsp = {
progress = {
enabled = false,
},
},
},
},
}