diff options
| author | navewindre <boneyaard@gmail.com> | 2024-10-12 12:55:12 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2024-10-12 12:55:12 +0200 |
| commit | 3c6c468c7b9a482bc7df34a36c1c4c0ce188fb93 (patch) | |
| tree | eb19fd3ebe65bfa3da6f5cb3175304905d32fed5 /vimrc | |
| parent | 5488c375f8e545158029e32085cb5f62dfe48819 (diff) | |
pshh
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -11,6 +11,7 @@ set signcolumn=no filetype plugin on let g:mapleader = '\' +let g:vsnip_snippet_dir = '~/.config/nvim/snippets' lua <<EOF local Plug = vim.fn['plug#']; @@ -255,9 +256,12 @@ lua <<EOF ---@type AvanteProvider ollama = { ["local"] = true, - endpoint = "127.0.0.1:11434/v1", + endpoint = "127.0.0.1:11432/v1", + use_xml_format = false, + -- model = 'qwen2.5:7b-instruct-q4_K_M', + model = 'qwen2.5-coder:7b-instruct-q5_K_M', -- model = 'yi-coder:9b-chat-q4_0', - model = "codestral", + -- model = "codestral", -- model = "codestral:22b-v0.1-q6_K", -- model = "mistral-nemo:12b-instruct-2407-q8_0", -- model = "mistral-nemo:12b-instruct-2407-q4_K_S", @@ -456,7 +460,7 @@ nnoremap <C-f> :Telescope current_buffer_fuzzy_find<CR> nnoremap <F4> :lua ToggleDiagnostics()<CR> -nnoremap <F7> :VimspectorRestart<CR> +nnoremap <F7> :VimspectorReset<CR> nnoremap <leader>b :VimspectorBreakpoints<CR> nnoremap <leader>d :VimspectorDisassemble<CR> nnoremap <leader>[ <Plug>VimspectorUpFrame |
