feat(docs): added Packer to the readme and fixed vim-plug to also use render-markdown because if not it breaks (#1203)
This commit is contained in:
parent
fd64662fa2
commit
12cf3c0418
33
README.md
33
README.md
@ -117,6 +117,7 @@ For building binary if you wish to build from source, then `cargo` is required.
|
||||
Plug 'stevearc/dressing.nvim'
|
||||
Plug 'nvim-lua/plenary.nvim'
|
||||
Plug 'MunifTanjim/nui.nvim'
|
||||
Plug 'MeanderingProgrammer/render-markdown.nvim'
|
||||
|
||||
" Optional deps
|
||||
Plug 'hrsh7th/nvim-cmp'
|
||||
@ -169,6 +170,38 @@ end)
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
|
||||
<summary><a href="https://github.com/wbthomason/packer.nvim">Packer</a></summary>
|
||||
|
||||
```vim
|
||||
|
||||
-- Required plugins
|
||||
use 'stevearc/dressing.nvim'
|
||||
use 'nvim-lua/plenary.nvim'
|
||||
use 'MunifTanjim/nui.nvim'
|
||||
use 'MeanderingProgrammer/render-markdown.nvim'
|
||||
|
||||
-- Optional dependencies
|
||||
use 'hrsh7th/nvim-cmp'
|
||||
use 'nvim-tree/nvim-web-devicons' -- or use 'echasnovski/mini.icons'
|
||||
use 'HakonHarnes/img-clip.nvim'
|
||||
use 'zbirenbaum/copilot.lua'
|
||||
|
||||
-- Avante.nvim with build process
|
||||
use {
|
||||
'yetone/avante.nvim',
|
||||
branch = 'main',
|
||||
run = 'make',
|
||||
config = function()
|
||||
require('avante_lib').load()
|
||||
require('avante').setup()
|
||||
end
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
|
||||
<summary>Lua</summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user