Skip to content

spielhuus/llamacode.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LlamaCode

LLamacode is a neovim plugin for ollama and llamacpp integration into neovim. with llamacode you can create your own prompts and content receiver.

There are util function to receive content:

get the entire buffer:

M.GetBuffer = function(buf)

get the code block under the cursor.

M.GetCodeBlock = function()

get the visual selection

M.GetBlock = function(buf_nr, start, last)

About

Plugin to for LLM support in neovim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages