-
Notifications
You must be signed in to change notification settings - Fork 0
chore!: update plugins #33
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
No breaking change on fidget. Breaking changes on conform.nvim: * stevearc/conform.nvim@9228b2f * Change `lsp_fallback = true` -> `lsp_format = "fallback"`
Breaking changes for gitsigns.nvim: * lewis6991/gitsigns.nvim@d9d94e0 * Not affected. Not using nvim v0.8. * lewis6991/gitsigns.nvim@720061a * Not affected. Not using nvim v0.8. * lewis6991/gitsigns.nvim@3d7e49c * Not affected. Not using the option. * lewis6991/gitsigns.nvim@61f5b64 * Not affected. Not using the option 'yadm'. * lewis6991/gitsigns.nvim@92a8fbb * Not affected. Not using the option 'current_line_blame_formatter_opts'.
Affected changes for lazy.nvim: * folke/lazy.nvim@183f59e * Partially affected, there's change in startup script
Breaking changes for neo-tree: * nvim-neo-tree/neo-tree.nvim@403a9c5 * Not affected, not using `enable_normal_mode_for_inputs`
Breaking changes for nvim-lspconfig: * neovim/nvim-lspconfig@946c58c * Not affected, not using solidity-language-server * neovim/nvim-lspconfig@2054452 * Not affected, not using omnisharp. * neovim/nvim-lspconfig@70d1c2c * Not affected, not using ruff-lsp.
Too many breaking changes here. We are affected, but nothing is unsolvable without re-running :TSUpdate.
No breaking changes in this plugin, BUT lazy.nvim enabled luarocks, which causes issues with this plugin, so have to disable luarocks.
Both have breaking changes but we do not use the options.
Dependencies for plugin has changed.
They reported no breaking changes, but you never know...
On Windows: Rust: `cargo build` -> builds successfully. Zig: `zig build-exe` -> builds successfully. C++: `clang++ main.cpp` -> unable to find a visual studio installation; try running clang from a developer command prompt [-wmsvc-not-found] Windows C++ toolchain is still a joke today, and the joke's not funny anymore. As the zig way of building treesitter is unstable on other platforms, limit zig usage to just Windows.
The syntax was changed in stevearc/conform.nvim#491 The replacement for nested formatter is: https://github.com/stevearc/conform.nvim/blob/master/doc/recipes.md#run-the-first-available-formatter-followed-by-more-formatters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.