Skip to content

ziontee113/ollama.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ollama.nvim - Neovim Plugin to interact with Ollama API 🦙

Screenshot from 2023-11-08 06-14-42

⚡Quick Start

Using Lazy:

local your_keymap = "<C-p>"

return {
    "ziontee113/ollama.nvim",
    dependencies = {
        "nvim-lua/plenary.nvim",
        "MunifTanjim/nui.nvim",
    },
    keys = { your_keymap },
    config = function()
        local ollama = require("ollama")
        vim.keymap.set("n", your_keymap, function() ollama.show() end, {})
    end,
}

♥️ Special Thanks to:

About

Neovim Plugin to interact with Ollama API 🦙

Topics

Resources

License

Stars

Watchers

Forks

Languages