Add incoming_calls and outgoing_calls support#95
Open
YaQia wants to merge 4 commits intoDNLHC:masterfrom
Open
Conversation
…in LSP When an LSP server does not support textDocument/prepareCallHierarchy, show an info message and return early without calling the callback. This prevents neovim from showing a pager confirmation dialog when combined with additional output messages.
In detached mode (relative='editor'), the preview window positioning needs to account for all UI elements above the source window: - Move winbar_space calculation into get_offset_top() to properly handle each window's individual winbar (e.g., dropbar.nvim sets winbar per window) - Use vim.fn.win_screenpos() to detect tabline presence instead of checking vim.o.tabline, as tabline only appears at the absolute editor top - Remove redundant tabline_space from row calculation since tabline offset is now correctly computed in get_offset_top() - Update border/statusline comment for clarity This ensures the preview window aligns correctly when: - Window width < 100 columns (detached mode with relative='editor') - Multiple horizontal splits with individual winbars exist - Tabline is or isn't configured - Preview can span across vertical splits for better display
Author
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
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.
AI generated code. Need careful code review.