pidgin/nest

Update the NSIS section to only recommend the official version and the plugins that are needed

Testing Done:
ran `npm run hugo:server` verified everything looks right and that the links worked.

Bugs closed: PIDGIN-17524

Reviewed at https://reviews.imfreedom.org/r/720/
env:
browser: true
es6: true
node: true
extends: 'eslint:recommended'
globals:
Atomics: readonly
SharedArrayBuffer: readonly
parserOptions:
ecmaVersion: 2018
sourceType: module
rules: {}