mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00: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
Reference in a new issue