Downloads:
1,683
Downloads of v 0.12.0:
61
Last Update:
02 Jan 2024
Package Maintainer(s):
Software Author(s):
- Keith Simmons
Tags:
neovim vim rust vulkan skia gpu neovim-guis- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Neovide (Portable)
This is not the latest version of Neovide (Portable) available.
- 1
- 2
- 3
0.12.0 | Updated: 02 Jan 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,683
Downloads of v 0.12.0:
61
Maintainer(s):
Software Author(s):
- Keith Simmons
Neovide (Portable) 0.12.0
This is not the latest version of Neovide (Portable) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Keith Simmons. The inclusion of Keith Simmons trademark(s), if any, upon this webpage is solely to identify Keith Simmons goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Neovide (Portable), run the following command from the command line or from PowerShell:
To upgrade Neovide (Portable), run the following command from the command line or from PowerShell:
To uninstall Neovide (Portable), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download neovide.portable --internalize --version=0.12.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade neovide.portable -y --source="'INTERNAL REPO URL'" --version="'0.12.0'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade neovide.portable -y --source="'INTERNAL REPO URL'" --version="'0.12.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install neovide.portable
win_chocolatey:
name: neovide.portable
version: '0.12.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'neovide.portable' do
action :install
source 'INTERNAL REPO URL'
version '0.12.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller neovide.portable
{
Name = "neovide.portable"
Version = "0.12.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'neovide.portable':
ensure => '0.12.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 02 Jan 2024.
This is a simple graphical user interface for Neovim (an aggressively refactored and updated
Vim editor). Where possible there are some graphical improvements, but functionally it should act like the terminal UI.
Features
Should be a standard fully featured Neovim GUI. Beyond that there are some visual niceties:
Ligatures
Supports ligatures and font shaping.
Animated Cursor
Cursor animates into position with a smear effect to improve tracking of cursor position.
Smooth Scrolling
Scroll operations on buffers in neovim will be animated smoothly pixel wise rather than line by line at a time. Note, multigrid must be
enabled for this to work.
https://github.com/neovide/neovide/wiki/Configuration#multigrid
Animated Windows
Windows animate into position when they are moved making it easier to see how layout changes happen. Note, multigrid must be enabled for
this to work.
https://github.com/neovide/neovide/wiki/Configuration#multigrid
Blurred Floating Windows
The backgrounds of floating windows are blurred improving the visual separation between foreground and background from
built in window transparency. Note, multigrid must be enabled for this to work.
https://github.com/neovide/neovide/wiki/Configuration#multigrid
Emoji Support
Font fallback supports rendering of emoji not contained in the configured font.
WSL Support
Neovide supports displaying a full gui window from inside wsl via the --wsl
command argument. Communication is passed via standard io into the wsl copy of neovim providing identical experience similar to visual studio code's remote editing https://code.visualstudio.com/docs/remote/remote-overview.
Remote TCP Support
Neovide supports connecting to a remote instance of Neovim over a TCP socket via the --remote-tcp
command argument. This would allow you to run Neovim on a remote machine and use the GUI on your local machine, connecting over the network.
Launch Neovim as a TCP server (on port 6666) by running:
nvim --headless --listen localhost:6666
And then connect to it using:
/path/to/neovide --remote-tcp=localhost:6666
By specifying to listen on localhost, you only allow connections from your local computer. If you are actually doing this over a network you will want to use SSH port forwarding for security, and then connect as before.
ssh -L 6666:localhost:6666 ip.of.other.machine nvim --headless --listen localhost:6666
Finally, if you would like to leave the neovim server running, close the neovide application window instead of issuing a :q
command.
Some Nonsense ;)
let g:neovide_cursor_vfx_mode = "railgun"
More to Come
We've got more ideas for simple unobtrusive improvements. More to come.
Configuration
Configuration is done almost completely via global neovide variables in your vim config and can be manipulated live at runtime. Details can be found here.
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.
"The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an
Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".
The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:
a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the
function or data, the facility still operates, and performs
whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of
this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from
a header file that is part of the Library. You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:
a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
c) For a Combined Work that displays copyright notices during
execution, include the copyright notice for the Library among
these notices, as well as a reference directing the user to the
copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this
License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to
recombine or relink the Application with a modified version of
the Linked Version to produce a modified Combined Work, in the
manner specified by section 6 of the GNU GPL for conveying
Corresponding Source.
1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.
e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is
necessary to install and execute a modified version of the
Combined Work produced by recombining or relinking the
Application with a modified version of the Linked Version. (If
you use option 4d0, the Installation Information must accompany
the Minimal Corresponding Source and Corresponding Application
Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL
for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based
on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it
is a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to https://github.com/neovide/neovide/releases/0.12.0, and download from there.
AnyArch: https://github.com/neovide/neovide/releases/download/0.12.0/neovide.exe.zip
to download the executable. You may wish to rename the file.
2. You can use one of the following methods to obtain the SHA512 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum: d6cd4ee8fac042d0ec439ba9519907dc621de5fd3ef10ca2c9dc53c69d24cf68a73ba2c6126c3b3dc3eb18ee0926a5c63b42003e9322265a5e1edfcdace28ca5
File 'LICENSE.txt' obtained from:
https://github.com/neovide/neovide/blob/0.12.0/LICENSE
md5: 2F5F0B8FA5EE51F5BBBB006217F4FF4F | sha1: 5805E090A05D80ABEB3B824E885E2E5283807DC4 | sha256: 8465142CD828F9B4D59FFB63728C519C0671A889A012E7C189E1DE96AEA3C40C | sha512: D6CD4EE8FAC042D0EC439BA9519907DC621DE5FD3EF10CA2C9DC53C69D24CF68A73BA2C6126C3B3DC3EB18EE0926A5C63B42003E9322265A5E1EDFCDACE28CA5
Log in or click on link to see number of positives.
- neovide.portable.0.12.0.nupkg (3e4bbec85477) - ## / 66
- neovide.exe (8465142cd828) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Neovide (Portable) 0.15.0 | 17 | Saturday, April 12, 2025 | Approved | |
Neovide (Portable) 0.14.1 | 32 | Tuesday, March 4, 2025 | Approved | |
Neovide (Portable) 0.14.0 | 43 | Tuesday, January 7, 2025 | Approved | |
Neovide (Portable) 0.13.3 | 38 | Wednesday, December 11, 2024 | Approved | |
Neovide (Portable) 0.13.2 | 24 | Tuesday, December 10, 2024 | Approved | |
Neovide (Portable) 0.13.1 | 74 | Tuesday, July 16, 2024 | Approved | |
Neovide (Portable) 0.13.0 | 55 | Saturday, June 8, 2024 | Approved | |
Neovide (Portable) 0.12.2 | 77 | Wednesday, February 14, 2024 | Approved | |
Neovide (Portable) 0.12.1 | 46 | Monday, February 5, 2024 | Approved | |
Neovide (Portable) 0.12.0 | 61 | Tuesday, January 2, 2024 | Approved | |
Neovide (Portable) 0.11.2 | 83 | Monday, October 23, 2023 | Approved | |
Neovide (Portable) 0.11.1 | 71 | Friday, September 8, 2023 | Approved | |
Neovide (Portable) 0.11.0 | 64 | Saturday, August 19, 2023 | Approved | |
Neovide (Portable) 0.10.4 | 83 | Wednesday, April 12, 2023 | Approved | |
Neovide (Portable) 0.10.3 | 56 | Tuesday, April 11, 2023 | Approved | |
Neovide (Portable) 0.10.2 | 63 | Wednesday, March 15, 2023 | Approved | |
Neovide (Portable) 0.10.1 | 55 | Tuesday, March 14, 2023 | Approved | |
Neovide (Portable) 0.10.0 | 61 | Monday, March 13, 2023 | Approved | |
Neovide (Portable) 0.9.0 | 69 | Saturday, March 11, 2023 | Approved | |
Neovide (Portable) 0.8.0 | 58 | Wednesday, March 8, 2023 | Approved | |
Neovide (Portable) 0.7.0 | 57 | Tuesday, March 7, 2023 | Approved | |
Neovide (Portable) 0.6.0 | 69 | Sunday, February 5, 2023 | Approved | |
Neovide (Portable) 0.5.0 | 122 | Sunday, January 22, 2023 | Approved | |
Neovide (Portable) 0.4.0 | 99 | Sunday, January 15, 2023 | Approved | |
Neovide (Portable) 0.3.0 | 67 | Saturday, January 7, 2023 | Approved | |
Neovide (Portable) 0.2.0 | 65 | Tuesday, December 13, 2022 | Approved | |
Neovide (Portable) 0.1.0 | 74 | Monday, November 28, 2022 | Approved |
Copyright © 2019 - 2023 Keith Simmons
What's Changed
Breaking
fix!: Improve render loop by @fredizzimo in https://github.com/neovide/neovide/pull/1977
Command line options starting with
no
have been renamed and now start with--no-
- All options are kebab-case now
Multigrid has been made default
The transparency rendering on macOS has been changed, and a full fix is work in progress here https://github.com/neovide/neovide/pull/2168. Meanwhile, it's recommended to unset
neovide_background_color
and setneovide_transparency
according to your preference. Note that the the title bar will remain solid with the default OS colors.The
--geometry
argument has been removed and replaced by--size
and--grid
https://neovide.dev/command-line-reference.html#window-size, https://neovide.dev/command-line-reference.html#grid-sizeNOTE: This is a big change, and a lot of issues have been fixed, check #1977 for the full list.
feat!: Add underline scale factor config by @Kethku in https://github.com/neovide/neovide/pull/2116
underline_automatic_scaling
has been removed
feat!: use display link api to implement vsync on macos. by @crupest in https://github.com/neovide/neovide/pull/2102
Features
Added numpad support by @plague-spreader in https://github.com/neovide/neovide/pull/2032
Tell neovim focus was gained/lost via 'ui_set_focus' by @9mm in https://github.com/neovide/neovide/pull/2033
feat: minimize window on suspend by @SyedAhkam in https://github.com/neovide/neovide/pull/1971
feat: Better reporting of unexpected output from neovim by @fredizzimo in https://github.com/neovide/neovide/pull/2083
feat: add metadata to Cargo.toml in prep for crates.io publish by @Kethku in https://github.com/neovide/neovide/pull/2103
Add drop shadow to floating windows by @Kethku in https://github.com/neovide/neovide/pull/2028
feat: persist grid size along with window size by @sid-6581 in https://github.com/neovide/neovide/pull/2127
Extra context if can't save to file by @dev-ardi in https://github.com/neovide/neovide/pull/2133
fix!: Ignore window size when minimized by @fredizzimo in https://github.com/neovide/neovide/pull/2153
feat: NEOVIDE_FORK environment variable by @9mm in https://github.com/neovide/neovide/pull/2189
feat: X1 and X2 mouse button support by @agraven in https://github.com/neovide/neovide/pull/2161
feat: Smoother render loop by @fredizzimo in https://github.com/neovide/neovide/pull/2188
Fixes
fix: fix horizontal scroll by @yasen-pavlov in https://github.com/neovide/neovide/pull/2021
fix: Fix some mappings involving shift by @fredizzimo in https://github.com/neovide/neovide/pull/2018
Fix config change notification using remote neovim by @mopp in https://github.com/neovide/neovide/pull/2067
set neovide_channel_id always by @mopp in https://github.com/neovide/neovide/pull/2070
Tokenize command arguments in
$NEOVIM_BIN
(fix #2060) by @rhysd in https://github.com/neovide/neovide/pull/2063fix: run :edit command with nvim_cmd to escape special characters by @ZyX-II in https://github.com/neovide/neovide/pull/2056
fix: Fix mouse dragging by @fredizzimo in https://github.com/neovide/neovide/pull/2082
Report error when setting a wrong guifont value by @Tmpod in https://github.com/neovide/neovide/pull/2089
fix: do not spawn particles when jumping to a location instantly by @Kethku in https://github.com/neovide/neovide/pull/2106
Observe mousemoveevent option by @Kethku in https://github.com/neovide/neovide/pull/2111
fix: Fix macOS startup issues by @fredizzimo in https://github.com/neovide/neovide/pull/2107
use grid 0 to report mouse events when not using multigrid by @Kethku in https://github.com/neovide/neovide/pull/2115
Fix stacked floating window shadows by @Kethku in https://github.com/neovide/neovide/pull/2114
Fix remember window size by @Kethku in https://github.com/neovide/neovide/pull/2120
fix: fix console window not hidden for Windows shell command by @sid-6581 in https://github.com/neovide/neovide/pull/2125
fix: prevent empty window title by @raggi in https://github.com/neovide/neovide/pull/2126
Wayland clipboard by @cshuaimin in https://github.com/neovide/neovide/pull/2123
fix: event loop shouldn't join the render thread by @sid-6581 in https://github.com/neovide/neovide/pull/2129
fix: Use own data directory instead of nvim's by @agraven in https://github.com/neovide/neovide/pull/2135
fix: Update winit to 0.29.4 by @fredizzimo in https://github.com/neovide/neovide/pull/2146
fix: Don't poll the event loop on Wayland to reduce the power usage by @fredizzimo in https://github.com/neovide/neovide/pull/2149
fix: crash with zero height windows by @fredizzimo in https://github.com/neovide/neovide/pull/2150
fix: Change the order of vsync wait and swap buffers to reduce latency by @fredizzimo in https://github.com/neovide/neovide/pull/2152
fix: Ignore negative cursor positions by @fredizzimo in https://github.com/neovide/neovide/pull/2157
Revert unintentional change to default ime setting by @Kethku in https://github.com/neovide/neovide/pull/2159
fix: Completely event driven update loop by @fredizzimo in https://github.com/neovide/neovide/pull/2167
fix: Scrolling of windows with winbar or native borders by @fredizzimo in https://github.com/neovide/neovide/pull/2165
Docs
Update troubleshooting.md by @heartbeast42 in https://github.com/neovide/neovide/pull/2026
Add faq about x11 dpi sizing by @Kethku in https://github.com/neovide/neovide/pull/2105
Work behind the scenes
chore: Fix new clippy warnings from rust 1.72 by @fredizzimo in https://github.com/neovide/neovide/pull/2034
chore!: Update the macOS CI to use macOS 12 instead of 11 by @fredizzimo in https://github.com/neovide/neovide/pull/2108
Remove unused dependencies by @Kethku in https://github.com/neovide/neovide/pull/2110
refactor: fix compilation warnings by @sid-6581 in https://github.com/neovide/neovide/pull/2119
style: fix typos by @MultisampledNight in https://github.com/neovide/neovide/pull/2156
chore: Improved profiling by @fredizzimo in https://github.com/neovide/neovide/pull/2186
New Contributors
Thank you all, and also all others who contributed! :heart:
@heartbeast42 made their first contribution in https://github.com/neovide/neovide/pull/2026
@yasen-pavlov made their first contribution in https://github.com/neovide/neovide/pull/2021
@plague-spreader made their first contribution in https://github.com/neovide/neovide/pull/2032
@9mm made their first contribution in https://github.com/neovide/neovide/pull/2033
@mopp made their first contribution in https://github.com/neovide/neovide/pull/2067
@rhysd made their first contribution in https://github.com/neovide/neovide/pull/2063
@ZyX-II made their first contribution in https://github.com/neovide/neovide/pull/2056
@SyedAhkam made their first contribution in https://github.com/neovide/neovide/pull/1971
@Tmpod made their first contribution in https://github.com/neovide/neovide/pull/2089
@sid-6581 made their first contribution in https://github.com/neovide/neovide/pull/2119
@raggi made their first contribution in https://github.com/neovide/neovide/pull/2126
@dev-ardi made their first contribution in https://github.com/neovide/neovide/pull/2133
@agraven made their first contribution in https://github.com/neovide/neovide/pull/2135
@crupest made their first contribution in https://github.com/neovide/neovide/pull/2102
Full Changelog: https://github.com/neovide/neovide/compare/0.11.2...0.12.0
-
- neovim (≥ 0.8.0)
- vcredist140 (≥ 14.20.27508.1)
Ground Rules:
- This discussion is only about Neovide (Portable) and the Neovide (Portable) 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 Neovide (Portable), 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.