mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: add lsp notifier
This commit is contained in:
parent
19788d8747
commit
b932402a67
1 changed files with 7 additions and 0 deletions
7
lua/plugins/development/notifier.lua
Normal file
7
lua/plugins/development/notifier.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
{
|
||||
"j-hui/fidget.nvim",
|
||||
event = "BufReadPre",
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue