-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with rhysd/committia.vim #35
Comments
Have never used this plugin myself. Can you provide me with an example spec I can use to debug? OR is it just the repo? |
Yes just use only the repo |
If I remember correctly this plugin adds some autocommands for BufRead event to determine whether or not it should open. This is from another issue, but explains how it works: rhysd/committia.vim#56 (comment) |
Should be fixed now! |
Seems to be working only when it's not lazy-loaded though. {
"rhysd/committia.vim",
ft = "gitcommit",
config = function()
vim.g.committia_min_window_width = 140
vim.g.committia_edit_window_width = 90
end,
}, |
Do not load filetype plugins lazily. They should take care of this themselves, and often require some (minimal) setup before the filetype is set. |
Describe the bug
I'm not sure if this should be opened in https://github.com/rhysd/committia.vim or in here.
After moving 99% of my plugins only this one is left which doesn't seem to be working, whether it's lazy-loaded or not.
Which version of Neovim are you using?
Neovim nightly latest
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
committia should be loaded and enabled in the git-commit buffer. (With packer it works)
The text was updated successfully, but these errors were encountered: