Skip to content
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

Improve signature popup window #448

Merged
merged 3 commits into from
Feb 5, 2024
Merged

Improve signature popup window #448

merged 3 commits into from
Feb 5, 2024

Conversation

girishji
Copy link
Contributor

Add 1 character padding to the sides of signature popup window. Otherise, the leftmost character of popup looks like continuation of line from underneath text in some colorschemes. A subtle improvemnt.

M autoload/lsp/signature.vim

Add 1 character padding to the sides of signature popup window.
Otherise, the leftmost character of popup looks like continuation of
line from underneath text in some colorschemes. A subtle improvemnt.

M  autoload/lsp/signature.vim
Symbol popup window handles following keys:
- <tab> and <s-tab> to advance selection
- selection wraps around at end
- <pageup> and <pagedn> scroll popup instead of main window

M  autoload/lsp/symbol.vim
@girishji
Copy link
Contributor Author

girishji commented Feb 1, 2024

Correctly handle keys inside symbol popup window

Should have been a separate PR. Didn't know it will just merge 2 commits.

autoload/lsp/symbol.vim Outdated Show resolved Hide resolved
autoload/lsp/symbol.vim Outdated Show resolved Hide resolved
M  autoload/lsp/symbol.vim
M  doc/lsp.txt
@yegappan yegappan merged commit e19b607 into yegappan:main Feb 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants