mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(markdown): added markdown support for codecompanion
This commit is contained in:
parent
e20d9afcbc
commit
e9db488aca
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ return {
|
|||
enabled = false,
|
||||
},
|
||||
},
|
||||
ft = { "markdown", "norg", "rmd", "org" },
|
||||
ft = { "markdown", "norg", "rmd", "org", "codecompanion" },
|
||||
config = function(_, opts)
|
||||
require("render-markdown").setup(opts)
|
||||
Snacks.toggle({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue