feat: introduce Ollama Copilot with dependencies to coding configuration
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user