Skip to content

Instantly share code, notes, and snippets.

@v3c70r
Created September 3, 2026 15:20
Show Gist options
  • Select an option

  • Save v3c70r/9637ace17098f88d4ac36d02c636649c to your computer and use it in GitHub Desktop.

Select an option

Save v3c70r/9637ace17098f88d4ac36d02c636649c to your computer and use it in GitHub Desktop.
Lazy.vim llama.vim setup
{
'ggml-org/llama.vim',
init = function()
vim.g.llama_config = {
endpoint_fim = "http://192.168.0.92:8080/infill",
endpoint_inst = "http://192.168.0.92:8080/v1/chat/completions",
api_key = "tk-xx",
model = "qwen-coder",
}
end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment