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

Initiall support of preview scrollbar for neovim #999

Merged
merged 8 commits into from
Jul 30, 2023

Conversation

liuchengxu
Copy link
Owner

@liuchengxu liuchengxu commented Jul 29, 2023

When the preview direction is LR for neovim, the scrollbar will be enabled automatically. If you'd like to customize the scrollbar or disable it,

" Change the fill char of scrollbar
let g:clap_preview = { 'scrollbar': { 'fill_char': '' } }

" Disable the scrollbar
let g:clap_preview = { 'scrollbar': { 'fill_char': '' } }

@liuchengxu liuchengxu merged commit 8b0f9b8 into master Jul 30, 2023
14 checks passed
@liuchengxu liuchengxu deleted the support-neovim-scrollbar branch July 30, 2023 07:21
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.

None yet

1 participant