adding plugins
This commit is contained in:
parent
1438e585c3
commit
fec2cc485e
3 changed files with 19 additions and 8 deletions
8
lua/custom/plugins/ollama-chat.lua
Normal file
8
lua/custom/plugins/ollama-chat.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"gerazov/ollama-chat.nvim",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"stevearc/dressing.nvim",
|
||||
"nvim-telescope/telescope.nvim",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue