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
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"arrow.nvim": { "branch": "master", "commit": "6e0f726f55f99332dd726a53effd6813786b6d49" },
|
||||
"blink.cmp": { "branch": "main", "commit": "cb5e346d9e0efa7a3eee7fd4da0b690c48d2a98e" },
|
||||
"codecompanion-spinner.nvim": { "branch": "main", "commit": "ce2bb2d73b34c25f356d10343d1cf27b0ba37a40" },
|
||||
"codecompanion.nvim": { "branch": "main", "commit": "d19670a44c35e9ba0674cc7a25ff3b8f22bbf062" },
|
||||
"codesnap.nvim": { "branch": "main", "commit": "be6d6b9a3b5e6999edbda76b16dace03d9bfcd3d" },
|
||||
"copilot.vim": { "branch": "release", "commit": "d1e8429bef7f7709586886b0a23a46fbecc685c4" },
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
return {
|
||||
"olimorris/codecompanion.nvim", -- The KING of AI programming
|
||||
"olimorris/codecompanion.nvim",
|
||||
dependencies = {
|
||||
"echasnovski/mini.diff",
|
||||
},
|
||||
|
|
|
|||
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