-
Notifications
You must be signed in to change notification settings - Fork 19
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
question: status of the dev
branch
#60
Comments
Hi hi! |
Isn't current
And looks like you are already doing both: ltex_extra.nvim/lua/ltex_extra/init.lua Lines 168 to 171 in 57192d7
ltex_extra.nvim/lua/ltex_extra/init.lua Lines 136 to 147 in 57192d7
If you just tag the current |
Perhaps it might be worthwhile to add a check / deprecation notice for the 2nd invocation of |
Yeah, it's supposed to be backwards compatible as it is, but you know.. each nvim config is a different world. |
These days, with other Neovim plugins making breaking changes like every other week, I appreciate your efforts to keep the code compatible and minimize the friction for the users. Wish you good luck with whatever irl stuffs you're working on :) |
I am on the dev branch and it works without a problem for me. This plugin saved me a lot of time and headaches. |
@barreiroleo Happy new year! Just a small reminder ping since 3 months have passed since. |
Hi all, happy holidays and happy new year! Sorry for missing the thread, last part of the year was a bit crazy. Ty for the reminder btw |
I've noticed the
dev
branch going on and switched to test it - around 2 months ago. So far, it has worked flawlessly. The LspAttach based automatic setup really did make my config cleaner as well, compared to manual setup usingon_attach()
.Today I rechecked this repo and was surprised that it still hasn't been merged yet. Both the master and dev branch have been quite for a while, so I assume you are busy with other things.
Are there unresolved problems / unimplemented features in
dev
branch that's stopping it from being merged? Whatever it is, I am willing to help. I really appreciate this plugin - I needed that 'add to dictionary' support :)The text was updated successfully, but these errors were encountered: