Skip to content

Neovim plugin for seamless chat with Ollama AI models, enhancing in-editor productivity

License

Notifications You must be signed in to change notification settings

vczb/neollama.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Neovim plugin for seamless chat with Ollama AI models, enhancing in-editor productivity

Topics

Resources

License

Stars

Watchers

Forks

Languages