after/ftplugin
configs are not respected
#2164
Closed
sghng
started this conversation in
Enhancements
Replies: 3 comments 1 reply
-
Happy to accept a PR for this alongside the disabling of the defaults in the config |
Beta Was this translation helpful? Give feedback.
0 replies
-
The problem seems to be that |
Beta Was this translation helpful? Give feedback.
1 reply
-
This has now been fixed in #2251 |
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.
-
As mentioned in #526, it seems like some configs in
after/ftplugin/codecompanion.{lua,vim}
are not respected. Specifically I found that key mappings are effective, but anything related toset
are not (e.g.set number
).I suspect that this has to do with the fact that CC chat buffers has
buftype=nofile
.I saw some replies that the settings related to chat buffer can be configured in some undocumented plugin configs. They should of course be there if they're specific to the functioning of the chatting, but for things like
set number
,set colorcolumn
, they should be configured like any other filetypes.Beta Was this translation helpful? Give feedback.
All reactions