Skip to content

Commit

Permalink
(vim) Add avante.nvim plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
danguita committed Dec 12, 2024
1 parent 4b47fdd commit 66232a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ Plug 'sheerun/vim-polyglot'
Plug 'editorconfig/editorconfig-vim'
Plug 'neoclide/coc.nvim', { 'branch': 'release' }

" avante.nvim
Plug 'stevearc/dressing.nvim'
Plug 'nvim-lua/plenary.nvim'
Plug 'MunifTanjim/nui.nvim'
Plug 'yetone/avante.nvim', { 'branch': 'main', 'do': 'make' }

" Add plugins to &runtimepath
call plug#end()

Expand Down

0 comments on commit 66232a3

Please sign in to comment.