feat: Add visual spinner feedback to codecompanion
This commit is contained in:
parent
926960760c
commit
9389cc5741
3 changed files with 10 additions and 1 deletions
8
nvim/lua/plugs/codecompanion_spinner.lua
Normal file
8
nvim/lua/plugs/codecompanion_spinner.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"franco-ruggeri/codecompanion-spinner.nvim",
|
||||
dependencies = {
|
||||
"olimorris/codecompanion.nvim",
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
opts = {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue