feat: mirgated to neovims internal plugin manager
This commit is contained in:
14
.config/nvim/lua/plugins/codecompanion.lua
Normal file
14
.config/nvim/lua/plugins/codecompanion.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
vim.pack.add({ {
|
||||
src = "https://www.github.com/olimorris/codecompanion.nvim",
|
||||
version = vim.version.range("^19.0.0")
|
||||
} })
|
||||
|
||||
-- Somewhere in your config
|
||||
require("codecompanion").setup({
|
||||
interactions = {
|
||||
chat = {
|
||||
adapter = "ollama",
|
||||
model = "qwen2.5-coder:7b "
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user