How to disable Backtick in the signature help window . It happens just when plugin is turned on.
My setup
'MeanderingProgrammer/render-markdown.nvim',
dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you use the mini.nvim suite
---@module 'render-markdown'
---@type render.md.UserConfig
opts = {
file_types = { 'markdown', 'copilot-chat' },
}