Skip to content

Commit

Permalink
fix(doc): vim-plug missing setup (yetone#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone authored Nov 19, 2024
1 parent 3c010e3 commit d17905a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ Plug 'zbirenbaum/copilot.lua'
Plug 'yetone/avante.nvim', { 'branch': 'main', 'do': 'make' }
autocmd! User avante.nvim lua << EOF
require('avante_lib').load()
require('avante').setup()
EOF
```

Expand Down

0 comments on commit d17905a

Please sign in to comment.