mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
12 lines
221 B
Lua
12 lines
221 B
Lua
return {
|
|
"dustinblackman/oatmeal.nvim",
|
|
cmd = { "Oatmeal" },
|
|
keys = {
|
|
{ "<leader>om", mode = "n", desc = "Start Oatmeal session" },
|
|
},
|
|
opts = {
|
|
backend = "ollama",
|
|
model = "codellama:latest",
|
|
},
|
|
}
|