✨ feat(nvim): add new extra: fidget.nvim
This commit is contained in:
parent
4b5a78589c
commit
9c9c96438d
2 changed files with 18 additions and 1 deletions
2
.config/nvim/.github/README.md
vendored
2
.config/nvim/.github/README.md
vendored
|
@ -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)
|
||||||
|
|
17
.config/nvim/lua/plugins/extras/ui/fidget.lua
Normal file
17
.config/nvim/lua/plugins/extras/ui/fidget.lua
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"j-hui/fidget.nvim",
|
||||||
|
event = "LspAttach",
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"folke/noice.nvim",
|
||||||
|
opts = {
|
||||||
|
lsp = {
|
||||||
|
progress = {
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue