add rendering to lsp
This commit is contained in:
parent
4ec292dde6
commit
9c292f0fa8
@ -1,7 +1,7 @@
|
||||
return {
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.nvim" }, -- if you use the mini.nvim suite
|
||||
ft = { "markdown", "codecompanion" },
|
||||
ft = { "markdown", "codecompanion", "lsp" },
|
||||
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins
|
||||
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
|
||||
---@module 'render-markdown'
|
||||
|
Loading…
x
Reference in New Issue
Block a user