Replies: 3 comments
-
I don't think you should have to duplicate your code. Have you tried the below ftplugin/NeogitCommitMessage.vim runtime ftplugin/gitcommit.vim |
Beta Was this translation helpful? Give feedback.
0 replies
-
True that would fix a lot of duplication. But then theres still the problem of plugin settings, e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your help, I am using after/ftplugin/NeogitCommitMessage.vim now and that works well for me. |
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.
-
Hello,
I saw that you chaged the commit filetype in 33ccd4a.
Could you make this optional or a config option?
Right now I use gitcommit as a filetype for lots of settings (spellcheck, disable indentline) and configuring/maintaining this for the new filetype would double the work.
Beta Was this translation helpful? Give feedback.
All reactions