Replies: 1 comment
-
Hi, the following configuration works for me {
display = {
chat = {
window = {
opts = {
conceallevel = 2,
},
},
},
},
} Reference: https://codecompanion.olimorris.dev/configuration/chat-buffer#layout |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot use markdown without
vim.wo.conceallevel=2
- the text just becomes too cluttered without it for me. But even when I added an autocommand for the filetype and changed the filetype to normal markdown it still doesn't work and after the autocommand the concealllevel for any and all codecompanion buffers/windows is still 0.I can enable it manually after the window has been created, but it would be nice to be able to do that with an autocommand, no hacking with
defer_fn
etc.Beta Was this translation helpful? Give feedback.
All reactions