Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.1 KB

File metadata and controls

46 lines (33 loc) · 1.1 KB

neollama.vim

A Neovim Plugin for AI Language Modeling

Status

Ready to use (may contain bugs)

Requirement

Install via Lazy Vim.

-- 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,
}

Available commands

Here's the refactored "Commands" section in a Markdown table format:

Available Commands

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

License

MIT