mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-04 00:26:42 -07:00
avante plugin related cleanup
This commit is contained in:
parent
0baf336e89
commit
38aaf6cffc
6 changed files with 26 additions and 39 deletions
11
lua/plugins/render-markdown.lua
Normal file
11
lua/plugins/render-markdown.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons" },
|
||||
---@module 'render-markdown'
|
||||
---@type render.md.UserConfig
|
||||
opts = {
|
||||
file_types = { "markdown", "Avante" },
|
||||
render_modes = true,
|
||||
},
|
||||
ft = { "markdown", "Avante" },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue