Nvim: ollama test
This commit is contained in:
parent
1c9118e743
commit
282b2769a9
1 changed files with 11 additions and 0 deletions
|
|
@ -398,6 +398,17 @@ in
|
|||
|
||||
vp.diffview-nvim
|
||||
vp.neogit
|
||||
|
||||
{
|
||||
plugin = vp.ollama-nvim;
|
||||
type = "lua";
|
||||
config = ''
|
||||
local ollama = require("ollama")
|
||||
ollama:setup({
|
||||
model = "codegemma:7b"
|
||||
})
|
||||
'';
|
||||
}
|
||||
];
|
||||
|
||||
# settings = { ignorecase = true; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue