feat: introduce Ollama Copilot with dependencies to coding configuration

This commit is contained in:
2024-08-23 10:08:36 -04:00
parent 9a6d4e4158
commit e55a5d03d8
2 changed files with 27 additions and 55 deletions
+13
View File
@@ -210,6 +210,19 @@ M.minimap = {
end,
}
M.ollama_copilot = {
host = "localhost",
port = "11434",
model = "codellama:7b-code",
max_completion_size = 15, -- use -1 for limitless
debug = false,
}
M.substitute = {
yank_substituted_text = false,
preserve_cursor_position = true,
}
-- Image.nvim filetypes
M.image = "markdown"