-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Breaking Changes & News: Follow for Updates #1075
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Neovim 0.7 is out today. Two major improvements are the lua autocommands and lua user_commands API. I'm planning on merging #1838 within the next week which will break backwards compatibility with Neovim < 0.7. This will be the first minor patch version update of lspconfig (we follow semantic versioning) to lspconfig 0.2.0. There will be two breaking changes in the update.
user_commands = {
{
name = "TexlabBuild"
command = function()
buf_build(0)
end,
opts = {
desc = "Build the current buffer",
}
},
}, You can follow #1838 to know when it is merged, and leave feedback if you disagree with the change to user_commands. I won't consider a backport branch for 0.6 compatibility, you will need to pin to lspconfig's release branch v0.1.3 Here is how you can pin with packer.nvim: use {
'neovim/nvim-lspconfig',
tag = 'v0.1.3',
} and with vim-plug: Plug 'neovim/nvim-lspconfig', { 'tag': 'v0.1.3' } |
Please follow this issue if you would like to be updated on breaking changes and news for lspconfig.
The text was updated successfully, but these errors were encountered: