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

Shorthand for disabling animations #2565

Open
sevenc-nanashi opened this issue May 19, 2024 · 1 comment
Open

Shorthand for disabling animations #2565

sevenc-nanashi opened this issue May 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@sevenc-nanashi
Copy link

sevenc-nanashi commented May 19, 2024

Is your feature request related to a problem? Please describe.
I get unneeded animations when I update neovide.
I like neovide because it launches quickly, but I don't need animations.

Describe the solution you'd like
let g:neovide_disable_all_animations = 1 to disable all animations, for shorthand.

Describe alternatives you've considered
Provide snippet in wiki.

Additional context
How do I disable animation of resizing buffer?

@sevenc-nanashi sevenc-nanashi added the enhancement New feature or request label May 19, 2024
@xzbdmw
Copy link
Contributor

xzbdmw commented May 19, 2024

I think that's all

vim.g.neovide_position_animation_length = 0
vim.g.neovide_cursor_animation_length = 0.00
vim.g.neovide_cursor_trail_size = 0
vim.g.neovide_cursor_animate_in_insert_mode = false
vim.g.neovide_cursor_animate_command_line = false
vim.g.neovide_scroll_animation_far_lines = 0
vim.g.neovide_scroll_animation_length = 0.00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants