
22,252
Downloads
6,994
Downloads of v 0.2.2
11/30/2017
Last update
More powerful plugins
The msgpack API enables structured communication to and from any programming language. Remote plugins run as co-processes that communicate with Neovim safely and asynchronously.
# Better out-of-the-box
Strong defaults
Modern terminal features such as truecolor and bracketed paste
Built-in terminal emulator
First-class embedding
GUIs (or TUIs—such as readline) can nvim --embed or communicate via TCP socket using the discoverable msgpack API.
# Drop-in replacement for Vim
Neovim is an extension of Vim: feature-parity and backwards compatibility are high priorities. If you are already familiar with Vim, see :help nvim-from-vim to learn about the differences.
To install Neovim, run the following command from the command line or from PowerShell:
C:\> choco install neovim
--version 0.2.2
To upgrade Neovim, run the following command from the command line or from PowerShell:
C:\> choco upgrade neovim
--version 0.2.2
Files
Hide- tools\chocolateybeforemodify.ps1
Show
$packageName = "neovim" $destDir = Join-Path $(Get-ToolsLocation) $packageName Remove-Item $destDir -Force -Recurse exit $?
- tools\chocolateyinstall.ps1
Show
$ErrorActionPreference = 'Stop'; # stop on all errors $packageName= 'neovim' # arbitrary name for the package, used in messages $destDir = Join-Path $(Get-ToolsLocation) $packageName $url = 'https://github.com/neovim/neovim/releases/download/v0.2.2/nvim-win32.zip' # download url, HTTPS preferred $url64 = 'https://github.com/neovim/neovim/releases/download/v0.2.2/nvim-win64.zip' # 64bit URL here (HTTPS preferred) or remove - if installer contains both (very rare), use $url $packageArgs = @{ packageName = $packageName unzipLocation = $destDir url = $url url64bit = $url64 softwareName = 'neovim*' #part or all of the Display Name as you see it in Programs and Features. It should be enough to be unique checksum = 'EDBB17047F9A1BDC01ACF965430EBBC61BD05A9D39668C9CC6961EA47F471C47' checksumType = 'sha256' #default is md5, can also be sha1, sha256 or sha512 checksum64 = '66BAB53EC0A8AFF854921B6925630026649F3A49BB7913D19A4A602FFC138C92' checksumType64= 'sha256' #default is checksumType validExitCodes= @(0) #please insert other valid exit codes here } Install-ChocolateyZipPackage @packageArgs # https://chocolatey.org/docs/helpers-install-chocolatey-package Write-Output "Please Consider donating https://salt.bountysource.com/teams/neovim" Write-Output "Issues? Please visit https://github.com/neovim/neovim/wiki/Installing-Neovim"
Virus Scan Results
- neovim.0.2.2.nupkg (c235e7677d62) - ## / 61 - Log in or click on link to see number of positives
- nvim-win64.zip (66bab53ec0a8) - ## / 58 - Log in or click on link to see number of positives
- nvim-win32.zip (edbb17047f9a) - ## / 62 - Log in or click on link to see number of positives
Dependencies
Package Maintainer(s)
Software Author(s)
Copyright
Copyright Neovim contributors. All rights reserved.
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Neovim 0.2.2.20180420 | 295 | Saturday, April 21, 2018 | approved |
Neovim 0.2.2.20180416 | 525 | Monday, April 16, 2018 | approved |
Neovim 0.2.2.988-beta | 4 | Saturday, April 21, 2018 | approved |
Neovim 0.2.2.900-beta | 61 | Monday, April 9, 2018 | approved |
Neovim 0.2.2 | 6994 | Thursday, November 30, 2017 | approved |
Neovim 0.2.1.329-beta | 1117 | Saturday, June 10, 2017 | exempted |
Neovim 0.2.1.258-beta | 194 | Monday, May 29, 2017 | exempted |
Neovim 0.2.1.244-beta | 117 | Wednesday, May 24, 2017 | exempted |
Neovim 0.2.1 | 2142 | Saturday, November 11, 2017 | approved |
Discussion for the Neovim Package
Ground rules:
- This discussion is only about Neovim and the Neovim package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Neovim, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.