ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.82k stars 451 forks source link

how to disable update for a specific plugin #1308

Closed nicktf-developer closed 3 days ago

nicktf-developer commented 4 days ago

Version confirmation

Following prerequisites

Not a user config issue

Neovim version

NVIM v0.10.0

Operating system/version

arm64 armbian

Terminal name/version

xterm 3.44

$TERM environment variable

No response

Branch info

0.10 (Nightly)

Fetch Preferences

SSH (use_ssh = true)

How to reproduce the issue

i use arm64 to run nvim0.10.0 and nvimdots, good experience, thk to dev, but sniprun default edition is x86, it can't run in arm64 linux, so i compiled it and run ok,i hope use pr never update this plugin, only manual compiled update, what should i do,any idea ?

Expected behavior

if i use pr , sniprun don't update

Actual behavior

No response

Additional information

No response

ayamir commented 3 days ago

add pin = true for sniprun: https://lazy.folke.io/spec#spec-versioning

nicktf-developer commented 3 days ago

add pin = true for sniprun: https://lazy.folke.io/spec#spec-versioning

thk. it works