Create the best LLM propmpting experience in the terminal.
These projects have been used as a reference and inspiration for this project:
Please be sure to give these projects a star!
{
dir = "~/projects/reapo.nvim",
lazy = false,
dependencies = { "nvim-lua/plenary.nvim" },
config = function()
require("reapo").setup({
model = "claude-3-5-sonnet-20241022",
window_style = "float", -- or "split"
})
end,
},