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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete stale branches #2498

Closed
goyalyashpal opened this issue Apr 24, 2024 · 1 comment
Closed

delete stale branches #2498

goyalyashpal opened this issue Apr 24, 2024 · 1 comment

Comments

@goyalyashpal
Copy link

goyalyashpal commented Apr 24, 2024

hi!

thanks for providing this software.
there are lots and lots of stale branches with 3-4 yrs old with only 1-4 commits, are those needed 馃槂 ?

https://github.com/neovide/neovide/branches/stale


backstory:

i came here to see for how to configure some behaviours like:

  • reduce smoothness of scrolling for long scrolls (the <C-d> or <C-u>s) or else, disable it entirely

    Details in the main readme Smooth scrolling?聽#62 (comment)

  • disable cursor animations for single line movements (the jjjjkkkks) or else entirely

on finding the readme to be lean, i thought maybe there's a docs site with branch github-pages or the like.
that's when i noticed this.

and the docs site seems to be here:
https://neovide.dev/configuration.html


how can i change these in current instance?
i tried with this: :set <option name> with following option names, but no go, always showed 'E518: Unknown option: <option name>'

option names tried with in :set <option name>:

  • neovide_cursor_trail_size
  • g:neovide_cursor_trail_size
  • vim.g.neovide_cursor_trail_size?

edit: the vimscript's options work: :let <option name>

@fredizzimo
Copy link
Member

The stale branches are deleted.

And yes, you need to use let not set. It's not possible for a plugin or GUI to create real custom options, so variables are used instead. But I agree the documentation could be clearer here.

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

No branches or pull requests

2 participants