Downloads:
23,041
Downloads of v 0.2.392:
202
Last Update:
27 Jul 2021
Package Maintainer(s):
Software Author(s):
- Yatao Li
Tags:
vim code editor- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
FVim
This is not the latest version of FVim available.
- 1
- 2
- 3
0.2.392 | Updated: 27 Jul 2021
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
23,041
Downloads of v 0.2.392:
202
Maintainer(s):
Software Author(s):
- Yatao Li
FVim 0.2.392
This is not the latest version of FVim available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Yatao Li. The inclusion of Yatao Li trademark(s), if any, upon this webpage is solely to identify Yatao Li goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install FVim, run the following command from the command line or from PowerShell:
To upgrade FVim, run the following command from the command line or from PowerShell:
To uninstall FVim, 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 fvim --internalize --version=0.2.392 --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 fvim -y --source="'INTERNAL REPO URL'" --version="'0.2.392'" [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 fvim -y --source="'INTERNAL REPO URL'" --version="'0.2.392'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install fvim
win_chocolatey:
name: fvim
version: '0.2.392'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'fvim' do
action :install
source 'INTERNAL REPO URL'
version '0.2.392'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller fvim
{
Name = "fvim"
Version = "0.2.392"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'fvim':
ensure => '0.2.392',
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 was approved as a trusted package on 27 Jul 2021.
Cross platform Neovim front-end UI, built with F# + Avalonia.
Features
- Theming done the (Neo)Vim way
- Cursor color/blink
- Background image/composition
- Custom UI elements are themed with
colorscheme
settings - And more!
- Font handling
- Proper font rendering -- respects font style, baseline, ligatures etc.
- Built-in support for Nerd font -- no need to patch your fonts!
- East Asia wide glyph display with font fallback options
- Fine-grained font tweaking knobs for personal font rendering
- Emojis!
- GUI framework
- HiDPI support -- try dragging it across two screens with different DPIs ;)
- High performance rendering, low latency (60FPS on 4K display with reasonable font size!)
- GPU acceleration
- Remoting
- Use a Windows FVim frontend with a WSL neovim:
fvim --wsl
- Use the front end with a remote neovim:
fvim --ssh user@host
- Use custom neovim binary:
fvim --nvim ~/bin/nvim.appimage
- Host a daemon to preload NeoVim
- Connect to a remote NeoVim backend:
fvim --connect localhost:9527
- Use a Windows FVim frontend with a WSL neovim:
Check the GitHub page for more information.
MIT License
Copyright (c) 2019 Yatao Li
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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/yatli/fvim, enter to releases and download from there.
win7: https://github.com/yatli/fvim/releases/download/v0.2.392%2Bg646a86f/fvim-win7-x64.zip
win10: https://github.com/yatli/fvim/releases/download/v0.2.392%2Bg646a86f/fvim-win-x64.zip
to download the zip files. You may wish to rename one of the files.
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-win7: a3a8cbf1e41c61e94b93044106191bf3588e0b175ecbdd9c97bd927d62a695acc9d7253796d22e7053a3e6cb78dd6331587fc35783de463e0c016517c868e18b
checksum-win10: 4c013525bdf5470ebac980e19669f36979207a3d2fad5e08b5f3b45df1c443b5574979f4fd3c8975f428e7f71b1f470ad25e66f8aad44cd52788b39555b17c18
File 'LICENSE.txt' obtained from:
https://github.com/yatli/fvim/blob/v0.2.392+g646a86f/LICENSE
$PackageName = 'fvim';
$InstallDir = Join-Path $(Get-ToolsLocation) $PackageName;
$Desktop = [System.Environment]::GetFolderPath("Desktop");
Uninstall-BinFile "fvim" -Path "$InstallDir\FVim.exe";
if ($WindowsVersion.Major -eq "10") {
Uninstall-ChocolateyZipPackage -PackageName $PackageName -ZipFileName 'fvim-win-x64.zip';
} else {
Uninstall-ChocolateyZipPackage -PackageName $PackageName -ZipFileName 'fvim-win7-x64.zip';
};
Remove-Item $InstallDir -ErrorAction SilentlyContinue;
Remove-Item "$Desktop\FVim.lnk" -ErrorAction SilentlyContinue -Force | Out-Null;
md5: 9019DCE5262BFF7DCCA4826D8A69E83F | sha1: 456B4CCA461E9128605130AF228B32EFBF3F7A33 | sha256: 93ABC8CA6CC0869BB8D32415EAA7B4E5B0641808A7F4EC8A4AD5174C5C9E96B0 | sha512: 4C013525BDF5470EBAC980E19669F36979207A3D2FAD5E08B5F3B45DF1C443B5574979F4FD3C8975F428E7F71B1F470AD25E66F8AAD44CD52788B39555B17C18
md5: 0389F6D4B114392E40B270ED40D91FFF | sha1: F55E3430478298F5305649C4BBCF16065697D63B | sha256: 691F77DB26146F3F260C1BE5853A0EF5C58BFB6E9F1681149BF7C8D35D783C4F | sha512: A3A8CBF1E41C61E94B93044106191BF3588E0B175ECBDD9C97BD927D62A695ACC9D7253796D22E7053A3E6CB78DD6331587FC35783DE463E0C016517C868E18B
Log in or click on link to see number of positives.
- fvim.0.2.392.nupkg (f8dbc262195b) - ## / 58
- fvim-win-x64.zip (93abc8ca6cc0) - ## / 58
- fvim-win7-x64.zip (691f77db2614) - ## / 59
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 |
---|---|---|---|---|
FVim 0.3.549 | 308 | Monday, March 25, 2024 | Approved | |
FVim 0.3.548 | 261 | Monday, October 23, 2023 | Approved | |
FVim 0.3.543 | 312 | Wednesday, May 24, 2023 | Approved | |
FVim 0.3.531 | 583 | Sunday, April 24, 2022 | Approved | |
FVim 0.3.530 | 148 | Thursday, April 21, 2022 | Approved | |
FVim 0.3.528 | 204 | Sunday, April 10, 2022 | Approved | |
FVim 0.3.520 | 173 | Friday, April 8, 2022 | Approved | |
FVim 0.3.516 | 150 | Thursday, April 7, 2022 | Approved | |
FVim 0.3.513 | 151 | Monday, April 4, 2022 | Approved | |
FVim 0.3.512 | 121 | Sunday, April 3, 2022 | Approved | |
FVim 0.3.503 | 125 | Saturday, April 2, 2022 | Approved | |
FVim 0.3.498 | 160 | Wednesday, March 30, 2022 | Approved | |
FVim 0.3.468 | 492 | Tuesday, September 28, 2021 | Approved | |
FVim 0.3.467 | 129 | Monday, September 27, 2021 | Approved | |
FVim 0.3.456 | 203 | Monday, September 20, 2021 | Approved | |
FVim 0.3.433 | 198 | Saturday, September 11, 2021 | Approved | |
FVim 0.3.423 | 128 | Wednesday, September 8, 2021 | Approved | |
FVim 0.3.412 | 230 | Monday, August 16, 2021 | Approved | |
FVim 0.2.392 | 202 | Tuesday, July 27, 2021 | Approved | |
FVim 0.2.348 | 579 | Wednesday, November 25, 2020 | Approved | |
FVim 0.2.345 | 200 | Monday, November 23, 2020 | Approved | |
FVim 0.2.337 | 202 | Friday, November 20, 2020 | Approved | |
FVim 0.2.310 | 212 | Saturday, November 14, 2020 | Approved | |
FVim 0.2.306-g9c99308 | 243 | Monday, November 2, 2020 | Approved | |
FVim 0.2.299-ged6194c | 211 | Monday, November 2, 2020 | Approved | |
FVim 0.2.290-g4a6e1cc | 190 | Monday, November 2, 2020 | Approved | |
FVim 0.2.285-g48ec668 | 197 | Tuesday, October 27, 2020 | Approved | |
FVim 0.2.277-gb99586d | 204 | Tuesday, October 27, 2020 | Approved | |
FVim 0.2.273-g41ce0c6 | 207 | Tuesday, October 6, 2020 | Approved | |
FVim 0.2.269-gcee45d3 | 174 | Tuesday, October 6, 2020 | Approved | |
FVim 0.2.260-g409eb8c | 187 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.258-g663c2b2 | 211 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.247-g7a2270c | 183 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.242-gd69d25a | 210 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.240-g104449f | 212 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.233-g2909bf9 | 205 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.214 | 304 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.192-gb6a3318 | 192 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.186-g30d61fa | 170 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.184-gfd670f8 | 192 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.132-ge81f09a | 185 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.100-g520d8b8 | 234 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.96-g269872a | 181 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.88-g17b59dd | 188 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.71-g5bc3070 | 193 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.70-g45665ac | 191 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.67-g680028c | 231 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.56-gfd39a12 | 195 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.55-g56604a9 | 182 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.51-g98b2006 | 180 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.50-g6b4c309 | 173 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.48-g39ce6f6 | 186 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.46-gbfe2caa | 223 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.45-gb449461 | 212 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.40-gefbc6cb | 190 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.39-gf5c9a7f | 215 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.38-g09f8531 | 174 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.37-g7bf9448 | 188 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.36-g03fcea2 | 177 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.35-g8da1b34 | 213 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.34-g05b42c4 | 202 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.33-ga70c8bb | 182 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.32-gbc517d2 | 222 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.1-gce33644 | 196 | Saturday, September 19, 2020 | Approved | |
FVim 0.2 | 206 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.249 | 143 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.245 | 174 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.242 | 142 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.229 | 145 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.227 | 123 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.218 | 171 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.213 | 168 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.207 | 172 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.201 | 157 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.196 | 174 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.183 | 122 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.179 | 141 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.157 | 148 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.151 | 146 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.147 | 117 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.139 | 154 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.130 | 141 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.125 | 138 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.120 | 167 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.118 | 156 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.116 | 156 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.109 | 141 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.107 | 142 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.101 | 157 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.98 | 144 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.86 | 172 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.83 | 188 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.77 | 199 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.72 | 155 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.66 | 134 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.59 | 150 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.55 | 195 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.53 | 159 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.51 | 151 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.49 | 127 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.47 | 145 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.45 | 131 | Friday, September 18, 2020 | Approved | |
FVim 0.1.43 | 160 | Friday, September 18, 2020 | Approved | |
FVim 0.1.41 | 141 | Friday, September 18, 2020 | Approved | |
FVim 0.1.39 | 167 | Friday, September 18, 2020 | Approved | |
FVim 0.1.37 | 149 | Friday, September 18, 2020 | Approved | |
FVim 0.0.35 | 197 | Friday, September 18, 2020 | Approved | |
FVim 0.0.33 | 230 | Friday, September 18, 2020 | Approved | |
FVim 0.0.31 | 212 | Friday, September 18, 2020 | Approved | |
FVim 0.0.29 | 139 | Friday, September 18, 2020 | Approved | |
FVim 0.0.27 | 176 | Friday, September 18, 2020 | Approved | |
FVim 0.0.24 | 174 | Friday, September 18, 2020 | Approved | |
FVim 0.0.23 | 148 | Friday, September 18, 2020 | Approved | |
FVim 0.0.21 | 155 | Friday, September 18, 2020 | Approved | |
FVim 0.0.19 | 174 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.17 | 130 | Friday, September 18, 2020 | Approved | |
FVim 0.0.15 | 136 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.13 | 167 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.11 | 147 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.9 | 166 | Monday, September 14, 2020 | Approved | |
FVim 0.0.7 | 188 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.5 | 194 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.1 | 164 | Wednesday, September 16, 2020 | Approved |
Copyright © 2019 - 2021 Yatao Li
Changes:
646a86f2fa06205df75d17594aea0aa972f322dc add new release targets
415b8029f0d98fe737cc5a1fbd8a4c11bf92d5f4 revert to windows native angle library hack. still needed as of 0.10.6
0137b2b9d3f5ae59535da4592dff3561b03dfbb6 Merge branch 'master' of github.com:yatli/fvim
6a39e69b02f23279b2d131966aa3ff6ffed735df cursor fix; conditional flags for IME support until it lands upstream.
8fe5022d1c423bcc264e0311d7ea8b8ad9c68807 Update README.md
4adeb99acd5f7ce8ee3dff137201e7c8aab09c1a update build scripts
6450fae93a17f810f5f6f414805a1c3f75e145f3 Merge pull request #189 from yatli/ime
de0777fd3f14f1603bea590ddd9931b98fa70bba Update azure-pipelines.yml for Azure Pipelines
78ff162c7e1315bfaa883acd85930caf62a7ff77 auto ime engagement
b8d12c185ccff294fab2370518fc2d963625b494 implement ime client cursor rect.
<details><summary><b>See More</b></summary>226f56b73b8e3b87dbdacb1906c0ee422367f153 more fvim variables
4e676b7d67d6e8514c8471135890343925d79369 cleanup
553de3a333f3447b98097a7f98d47da158c53b97 ime wip
ec07e372f55f8d4af6c42f2a7474630e65063c7d test deferred rendering with 0.10-6
f49d1a4819b2b76eeea5c93998e98005a67fda6c Merge branch 'master' of github.com:yatli/fvim
c599ecff88dcc4dab1d3ee0d428183d1664885e8 merge with windows branch, mainly refactoring.
13d2264ff0ecdfb36713ad07b724db95db9cbffa update Avalonia to 0.10-6
c7ec611316045a48ee0f9aa73589cb3c79642c17 ...
4c0f0907321d452dbe032af86c58888088ef7363 refactor. merge non-state functionality (rpc) into model
dec755bd26193f10b8e5dfdb0beb6ebb5959c3b9 Update README.md
c275ab0653019924dd8d882353ff1f6a0182268d prepare for dock
42106fa0013e3c80509620936fac3340d2ffca04 fix cursor focus
45bbcc0aa7637f13cbf0d9757704e22fc87a9aa4 fixed timer for cursors
dd506d1e4bbcd986563022b06c1023395626ad80 rename views/vms
d51fd072e38370a2ab53c77e6f81c07e7e637e1b update to Avalonia 0.10 release
afc4df6b6f52dd218c2fd63571f5fd5f73720d82 Merge branch 'master' into windows
70730b56ea28c5497ad32c429d7aab28139b5a4f Merge branch 'master' of github.com:yatli/fvim
2cdfaf144fed4a9a12c6f58f7bdff4472909df8f add vimspector configuration
fa7b807c8afbbdc74f78a5e9f31a935c49f16269 Merge pull request #175 from ForNeVeR/patch-1
66dea9f39c6a30de054e84eaf68dfdbeb7f0cebc Mention .NET SDK 3.1.404 is required for build
82dd51347cc3a5ea859e2372a27c9c49084f2f78 fix #173
9697d59a4cd173f743344c534c3427b7d2fe2c01 Merge branch 'master' of github.com:yatli/fvim into master
345b1b9c1be936bfdebabe1d095ff1022f287f8f interpret raw text message from neovim
aea034d53ad0f48a215e0cc90c77d4c93f9e1d74 Update README.md
970d45d77670006afd3605da409c5f6cb950c88b Update README.md
f0602fd55fe577fccc2cccef8a632fcb3ca6f738 keep workspace windows in screen bounds
218583acfb42acec649c846952f66866714e2025 ...
b43c02abf946dc33e902cf90b01d7a815e6a0fae Merge branch 'single_cursor' into windows
9c578d48d5df24790bb660e389e23d8482a7a09a ext_windows wip
b0de4b12fc326b548842444dda0075276a193d37 avalonia 0.10-rc1
f08d77c8aec04ba54f391790aacb303a423325d3 messing with Avalonia.Skia glyph finder..
c17a15d777bcb33a477a8873c52b7cfc6f466abd refactor, update wcwidth, add wcwidth playground
9f6430d068a49e96a5952f5016f6e3bbb25f8b4a let framework decide FSCore version
ce22e9e9f712b195b9050e74e06684c5f3f9dd4c single cursor wip
This list of changes was auto generated.</details>
-
- chocolatey-core.extension (≥ 1.3.5.1)
- KB2533623 (≥ 1.0.4)
- neovim (≥ 0.4.3)
Ground Rules:
- This discussion is only about FVim and the FVim 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 FVim, 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.