We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Updating to the latest gitsigns there are some functions that were deprecated.
Specifically this commit - lewis6991/gitsigns.nvim@8b74e56
Deprecated config.show_deleted and toggle_deleted() Use preview_hunk_inline() Deprecated undo_stage_hunk() Use stage_hunk() on staged lines Updated keymap suggestion in README.md Removed hidden option config._inline2
Changes to the initial config may be in order
Deprecated Functions
kickstart.nvim/lua/kickstart/plugins/gitsigns.lua
Line 47 in 5bdde24
Suggested by lsp is to replace this with gitsigns.stage_hunk() on staged signs however the gitsigns plugin just removed this mapping entirely.
gitsigns.stage_hunk()
Line 57 in 5bdde24
Suggested by lsp is to reeplace this with gitsigns.preview_hunk_inline()
gitsigns.preview_hunk_inline()
The text was updated successfully, but these errors were encountered:
fix (nvim-lua#1319): gitsigns deprecated functions
7062b55
- This commit change two functions that are marked as deprecated now: `gitsigns.stage_hunk` and `gitsigns.toggle_deleted`
No branches or pull requests
Updating to the latest gitsigns there are some functions that were deprecated.
Specifically this commit - lewis6991/gitsigns.nvim@8b74e56
Changes to the initial config may be in order
Deprecated Functions
kickstart.nvim/lua/kickstart/plugins/gitsigns.lua
Line 47 in 5bdde24
Suggested by lsp is to replace this with
gitsigns.stage_hunk()
on staged signs however the gitsigns plugin just removed this mapping entirely.kickstart.nvim/lua/kickstart/plugins/gitsigns.lua
Line 57 in 5bdde24
Suggested by lsp is to reeplace this with
gitsigns.preview_hunk_inline()
The text was updated successfully, but these errors were encountered: