Skip to content

Instantly share code, notes, and snippets.

@ktauchathuranga
Created May 27, 2025 12:52
Show Gist options
  • Save ktauchathuranga/0a21f0185d5d0b6b5d573c6699987fc2 to your computer and use it in GitHub Desktop.
Save ktauchathuranga/0a21f0185d5d0b6b5d573c6699987fc2 to your computer and use it in GitHub Desktop.
Install Nvim in windows as a non-admin user
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
iwr -useb get.scoop.sh | iex
scoop install neovim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment