ollama setup for neovim
This commit is contained in:
parent
e49b11da27
commit
88ab0c75e4
4 changed files with 58 additions and 12 deletions
16
dot_vimrc
16
dot_vimrc
|
|
@ -233,7 +233,6 @@ Plug 'nvim-lua/popup.nvim'
|
|||
Plug 'nvim-lua/plenary.nvim'
|
||||
Plug 'nvim-telescope/telescope.nvim'
|
||||
Plug 'sindrets/diffview.nvim'
|
||||
Plug 'nomnivore/ollama.nvim'
|
||||
|
||||
Plug 'kyazdani42/nvim-web-devicons' " for file icons
|
||||
"Plug 'kyazdani42/nvim-tree.lua'
|
||||
|
|
@ -275,7 +274,12 @@ Plug 'Shougo/echodoc.vim'
|
|||
"Plug 'python-rope/ropevim'
|
||||
Plug 'windwp/nvim-autopairs'
|
||||
Plug 'danymat/neogen'
|
||||
"Plug 'David-Kunz/gen.nvim'
|
||||
"Plug 'nomnivore/ollama.nvim'
|
||||
Plug 'stevearc/dressing.nvim'
|
||||
Plug 'MunifTanjim/nui.nvim'
|
||||
Plug 'zbirenbaum/copilot.lua'
|
||||
Plug 'yetone/avante.nvim', {'branch': 'main', 'do': 'make'}
|
||||
|
||||
" Unclear
|
||||
"Plug 'ncm2/float-preview.nvim'
|
||||
|
|
@ -1046,7 +1050,7 @@ call denite#custom#var('grep', {
|
|||
\ })
|
||||
"nnoremap <silent> <Leader>g :<C-u>Denite -buffer-name=search-buffer grep<CR>
|
||||
"nnoremap <silent> <Leader>aa :<C-u>RipGrep!<CR>
|
||||
nnoremap <silent> <Leader>aa :<C-u>RgRoot!<CR>
|
||||
"nnoremap <silent> <Leader>aa :<C-u>RgRoot!<CR>
|
||||
"nnoremap <silent> <Leader>aw :<C-u>RgRoot! <C-r><C-w><CR>
|
||||
"nnoremap <C-l> :<C-u>Files! `git rev-parse --show-toplevel`<CR>
|
||||
"nnoremap <C-k> :<C-u>GFiles<CR>
|
||||
|
|
@ -1118,7 +1122,7 @@ map <F10> command! -nargs=0 Syn call Syn()
|
|||
|
||||
hi link @type.rust TSCSecondaryTypeParam
|
||||
|
||||
let s:gptool_temp = expand($HOME . '/src/gptool/bindings.vim')
|
||||
if filereadable(s:gptool_temp)
|
||||
exec ':so ' . s:gptool_temp
|
||||
endif
|
||||
"let s:gptool_temp = expand($HOME . '/src/gptool/bindings.vim')
|
||||
"if filereadable(s:gptool_temp)
|
||||
"exec ':so ' . s:gptool_temp
|
||||
"endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue