mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nvim): add oatmeal plugin to use ollama directly in Neovim
This commit is contained in:
11
nvim/lua/plugins/oatmeal.lua
Normal file
11
nvim/lua/plugins/oatmeal.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"dustinblackman/oatmeal.nvim",
|
||||
cmd = { "Oatmeal" },
|
||||
keys = {
|
||||
{ "<leader>om", mode = "n", desc = "Start Oatmeal session" },
|
||||
},
|
||||
opts = {
|
||||
backend = "ollama",
|
||||
model = "codellama:latest",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user