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
could you pls give an example about how to add this plug in with lazyvim?
The text was updated successfully, but these errors were encountered:
@fusying-hwang
return { { "psliwka/vim-smoothie", init = function() vim.g.smoothie_enabled = 1 end, }, }
Sorry, something went wrong.
Another example if you sometimes use Neovide that already has smooth scroll built in and you don't want these behaviors to conflict:
{ "psliwka/vim-smoothie", enabled = function() return not vim.g.neovide end, }
No branches or pull requests
could you pls give an example about how to add this plug in with lazyvim?
The text was updated successfully, but these errors were encountered: