A Neovim Plugin for AI Language Modeling
Ready to use (may contain bugs)
-- lazy.nvim
return {
"vczb/neollama.vim",
config = function()
local neollama = require("neollama")
--[[
-- set a custom model
neollama.setup({ model = "my-model-name"}) -- default granite-code:3b
--]]
neollama.setup()
end,
}
Here's the refactored "Commands" section in a Markdown table format:
Command | Description | Arguments |
---|---|---|
OllamaChat |
Chat with Ollama | 1 string |
OllamaReset |
Reset Ollama context | None |
OllamaReadFile |
Read the current file and add to chat context | None |