Skip to content

Latest commit

 

History

History
executable file
·
38 lines (26 loc) · 524 Bytes

README.md

File metadata and controls

executable file
·
38 lines (26 loc) · 524 Bytes

nvim-llama

Code explainer using local models via ollama

UNDER

 CONST

      RUCTIO

            N

Requirements

  • curl
  • ollama

ollama: download

The default model is llame3:latest. You need to pull it before using this plugin. (requires ollama-cli also)

ollama pull llame3:latest

Installation

require('lazy').setup({
    ..., -- other plugins
    {
        'sagmansercan/nvim-llama',
        event = 'VeryLazy',
        opts = {},
    },
})