Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

14,873

Downloads of v 0.2.392:

149

Last Update:

27 Jul 2021

Package Maintainer(s):

Software Author(s):

  • Yatao Li

Tags:

vim code editor

FVim

This is not the latest version of FVim available.

  • 1
  • 2
  • 3

0.2.392 | Updated: 27 Jul 2021

Downloads:

14,873

Downloads of v 0.2.392:

149

Maintainer(s):

Software Author(s):

  • Yatao Li

Tags:

vim code editor

FVim 0.2.392

This is not the latest version of FVim available.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Dependencies require reboot.

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

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:

NOTE

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

  • 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

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.

Package Approved

This package was approved as a trusted package on 27 Jul 2021.

Description

Build Status

Cross platform Neovim front-end UI, built with F# + Avalonia.

Screenshot

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

Check the GitHub page for more information.


legal\LICENSE.txt
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.
legal\VERIFICATION.txt
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
tools\chocolateyinstall.ps1
$PackageName    = 'fvim';
$ToolsPath      = Split-Path -Parent $MyInvocation.MyCommand.Definition;
$InstallDir     = Join-Path $(Get-ToolsLocation) $PackageName;
$Desktop        = [System.Environment]::GetFolderPath("Desktop");
$WindowsVersion = [Environment]::OSVersion.Version;

if ($WindowsVersion.Major -eq "10") {
	$PackageArgs = @{
		PackageName    = $PackageName
		FileFullPath64 = Get-Item $(Join-Path $ToolsPath 'fvim-win-x64.zip')
		Checksum64     = '4c013525bdf5470ebac980e19669f36979207a3d2fad5e08b5f3b45df1c443b5574979f4fd3c8975f428e7f71b1f470ad25e66f8aad44cd52788b39555b17c18'
		ChecksumType64 = 'sha512'
		Destination    = $InstallDir
	};
} else {
	$PackageArgs = @{
		PackageName    = $PackageName
		FileFullPath64 = Get-Item $(Join-Path $ToolsPath 'fvim-win7-x64.zip')
		Checksum64     = 'a3a8cbf1e41c61e94b93044106191bf3588e0b175ecbdd9c97bd927d62a695acc9d7253796d22e7053a3e6cb78dd6331587fc35783de463e0c016517c868e18b'
		ChecksumType64 = 'sha512'
		Destination    = $InstallDir
	};
};

Install-ChocolateyZipPackage @PackageArgs;
Remove-Item ($ToolsPath + '\*.' + 'zip');

Install-BinFile 'fvim' -Path "$InstallDir\FVim.exe" -UseStart;
Install-ChocolateyShortcut -ShortcutFilePath "$Desktop\FVim.lnk" -TargetPath "$InstallDir\fvim.exe" -WorkingDirectory "$InstallDir" -WindowStyle 1
tools\chocolateyuninstall.ps1
$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;
tools\fvim-win-x64.zip
md5: 9019DCE5262BFF7DCCA4826D8A69E83F | sha1: 456B4CCA461E9128605130AF228B32EFBF3F7A33 | sha256: 93ABC8CA6CC0869BB8D32415EAA7B4E5B0641808A7F4EC8A4AD5174C5C9E96B0 | sha512: 4C013525BDF5470EBAC980E19669F36979207A3D2FAD5E08B5F3B45DF1C443B5574979F4FD3C8975F428E7F71B1F470AD25E66F8AAD44CD52788B39555B17C18
tools\fvim-win7-x64.zip
md5: 0389F6D4B114392E40B270ED40D91FFF | sha1: F55E3430478298F5305649C4BBCF16065697D63B | sha256: 691F77DB26146F3F260C1BE5853A0EF5C58BFB6E9F1681149BF7C8D35D783C4F | sha512: A3A8CBF1E41C61E94B93044106191BF3588E0B175ECBDD9C97BD927D62A695ACC9D7253796D22E7053A3E6CB78DD6331587FC35783DE463E0C016517C868E18B

Log in or click on link to see number of positives.

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.548 181 Monday, October 23, 2023 Approved
FVim 0.3.543 237 Wednesday, May 24, 2023 Approved
FVim 0.3.531 504 Sunday, April 24, 2022 Approved
FVim 0.3.530 75 Thursday, April 21, 2022 Approved
FVim 0.3.528 140 Sunday, April 10, 2022 Approved
FVim 0.3.520 83 Friday, April 8, 2022 Approved
FVim 0.3.516 90 Thursday, April 7, 2022 Approved
FVim 0.3.513 89 Monday, April 4, 2022 Approved
FVim 0.3.512 50 Sunday, April 3, 2022 Approved
FVim 0.3.503 59 Saturday, April 2, 2022 Approved
FVim 0.3.498 90 Wednesday, March 30, 2022 Approved
FVim 0.3.468 436 Tuesday, September 28, 2021 Approved
FVim 0.3.467 69 Monday, September 27, 2021 Approved
FVim 0.3.456 120 Monday, September 20, 2021 Approved
FVim 0.3.433 127 Saturday, September 11, 2021 Approved
FVim 0.3.423 86 Wednesday, September 8, 2021 Approved
FVim 0.3.412 147 Monday, August 16, 2021 Approved
FVim 0.2.392 149 Tuesday, July 27, 2021 Approved
FVim 0.2.348 498 Wednesday, November 25, 2020 Approved
FVim 0.2.345 128 Monday, November 23, 2020 Approved
FVim 0.2.337 130 Friday, November 20, 2020 Approved
FVim 0.2.310 160 Saturday, November 14, 2020 Approved
FVim 0.2.306-g9c99308 156 Monday, November 2, 2020 Approved
FVim 0.2.299-ged6194c 141 Monday, November 2, 2020 Approved
FVim 0.2.290-g4a6e1cc 144 Monday, November 2, 2020 Approved
FVim 0.2.285-g48ec668 147 Tuesday, October 27, 2020 Approved
FVim 0.2.277-gb99586d 139 Tuesday, October 27, 2020 Approved
FVim 0.2.273-g41ce0c6 155 Tuesday, October 6, 2020 Approved
FVim 0.2.269-gcee45d3 127 Tuesday, October 6, 2020 Approved
FVim 0.2.260-g409eb8c 133 Sunday, September 20, 2020 Approved
FVim 0.2.258-g663c2b2 138 Sunday, September 20, 2020 Approved
FVim 0.2.247-g7a2270c 125 Sunday, September 20, 2020 Approved
FVim 0.2.242-gd69d25a 159 Sunday, September 20, 2020 Approved
FVim 0.2.240-g104449f 150 Sunday, September 20, 2020 Approved
FVim 0.2.233-g2909bf9 134 Sunday, September 20, 2020 Approved
FVim 0.2.214 237 Sunday, September 20, 2020 Approved
FVim 0.2.192-gb6a3318 146 Sunday, September 20, 2020 Approved
FVim 0.2.186-g30d61fa 120 Sunday, September 20, 2020 Approved
FVim 0.2.184-gfd670f8 133 Sunday, September 20, 2020 Approved
FVim 0.2.132-ge81f09a 128 Sunday, September 20, 2020 Approved
FVim 0.2.100-g520d8b8 161 Sunday, September 20, 2020 Approved
FVim 0.2.96-g269872a 121 Sunday, September 20, 2020 Approved
FVim 0.2.88-g17b59dd 152 Sunday, September 20, 2020 Approved
FVim 0.2.71-g5bc3070 121 Sunday, September 20, 2020 Approved
FVim 0.2.70-g45665ac 131 Sunday, September 20, 2020 Approved
FVim 0.2.67-g680028c 159 Sunday, September 20, 2020 Approved
FVim 0.2.56-gfd39a12 134 Sunday, September 20, 2020 Approved
FVim 0.2.55-g56604a9 126 Sunday, September 20, 2020 Approved
FVim 0.2.51-g98b2006 126 Sunday, September 20, 2020 Approved
FVim 0.2.50-g6b4c309 127 Sunday, September 20, 2020 Approved
FVim 0.2.48-g39ce6f6 123 Sunday, September 20, 2020 Approved
FVim 0.2.46-gbfe2caa 141 Sunday, September 20, 2020 Approved
FVim 0.2.45-gb449461 136 Saturday, September 19, 2020 Approved
FVim 0.2.40-gefbc6cb 143 Saturday, September 19, 2020 Approved
FVim 0.2.39-gf5c9a7f 153 Saturday, September 19, 2020 Approved
FVim 0.2.38-g09f8531 123 Saturday, September 19, 2020 Approved
FVim 0.2.37-g7bf9448 117 Saturday, September 19, 2020 Approved
FVim 0.2.36-g03fcea2 133 Saturday, September 19, 2020 Approved
FVim 0.2.35-g8da1b34 134 Saturday, September 19, 2020 Approved
FVim 0.2.34-g05b42c4 157 Saturday, September 19, 2020 Approved
FVim 0.2.33-ga70c8bb 126 Saturday, September 19, 2020 Approved
FVim 0.2.32-gbc517d2 141 Saturday, September 19, 2020 Approved
FVim 0.2.1-gce33644 122 Saturday, September 19, 2020 Approved
FVim 0.2 117 Saturday, September 19, 2020 Approved
FVim 0.1.249 99 Saturday, September 19, 2020 Approved
FVim 0.1.245 93 Saturday, September 19, 2020 Approved
FVim 0.1.242 80 Saturday, September 19, 2020 Approved
FVim 0.1.229 86 Saturday, September 19, 2020 Approved
FVim 0.1.227 75 Saturday, September 19, 2020 Approved
FVim 0.1.218 89 Saturday, September 19, 2020 Approved
FVim 0.1.213 81 Saturday, September 19, 2020 Approved
FVim 0.1.207 88 Saturday, September 19, 2020 Approved
FVim 0.1.201 97 Saturday, September 19, 2020 Approved
FVim 0.1.196 88 Saturday, September 19, 2020 Approved
FVim 0.1.183 77 Saturday, September 19, 2020 Approved
FVim 0.1.179 76 Saturday, September 19, 2020 Approved
FVim 0.1.157 95 Saturday, September 19, 2020 Approved
FVim 0.1.151 88 Saturday, September 19, 2020 Approved
FVim 0.1.147 77 Saturday, September 19, 2020 Approved
FVim 0.1.139 108 Saturday, September 19, 2020 Approved
FVim 0.1.130 89 Saturday, September 19, 2020 Approved
FVim 0.1.125 86 Saturday, September 19, 2020 Approved
FVim 0.1.120 115 Saturday, September 19, 2020 Approved
FVim 0.1.118 71 Saturday, September 19, 2020 Approved
FVim 0.1.116 82 Saturday, September 19, 2020 Approved
FVim 0.1.109 96 Saturday, September 19, 2020 Approved
FVim 0.1.107 74 Saturday, September 19, 2020 Approved
FVim 0.1.101 96 Saturday, September 19, 2020 Approved
FVim 0.1.98 87 Saturday, September 19, 2020 Approved
FVim 0.1.86 86 Saturday, September 19, 2020 Approved
FVim 0.1.83 102 Saturday, September 19, 2020 Approved
FVim 0.1.77 125 Saturday, September 19, 2020 Approved
FVim 0.1.72 86 Saturday, September 19, 2020 Approved
FVim 0.1.66 84 Saturday, September 19, 2020 Approved
FVim 0.1.59 82 Saturday, September 19, 2020 Approved
FVim 0.1.55 103 Saturday, September 19, 2020 Approved
FVim 0.1.53 82 Saturday, September 19, 2020 Approved
FVim 0.1.51 71 Saturday, September 19, 2020 Approved
FVim 0.1.49 74 Saturday, September 19, 2020 Approved
FVim 0.1.47 101 Saturday, September 19, 2020 Approved
FVim 0.1.45 87 Friday, September 18, 2020 Approved
FVim 0.1.43 83 Friday, September 18, 2020 Approved
FVim 0.1.41 89 Friday, September 18, 2020 Approved
FVim 0.1.39 103 Friday, September 18, 2020 Approved
FVim 0.1.37 80 Friday, September 18, 2020 Approved
FVim 0.0.35 98 Friday, September 18, 2020 Approved
FVim 0.0.33 104 Friday, September 18, 2020 Approved
FVim 0.0.31 129 Friday, September 18, 2020 Approved
FVim 0.0.29 84 Friday, September 18, 2020 Approved
FVim 0.0.27 114 Friday, September 18, 2020 Approved
FVim 0.0.24 87 Friday, September 18, 2020 Approved
FVim 0.0.23 100 Friday, September 18, 2020 Approved
FVim 0.0.21 94 Friday, September 18, 2020 Approved
FVim 0.0.19 102 Thursday, September 17, 2020 Approved
FVim 0.0.17 80 Friday, September 18, 2020 Approved
FVim 0.0.15 72 Thursday, September 17, 2020 Approved
FVim 0.0.13 101 Thursday, September 17, 2020 Approved
FVim 0.0.11 86 Thursday, September 17, 2020 Approved
FVim 0.0.9 115 Monday, September 14, 2020 Approved
FVim 0.0.7 104 Thursday, September 17, 2020 Approved
FVim 0.0.5 117 Thursday, September 17, 2020 Approved
FVim 0.0.1 107 Wednesday, September 16, 2020 Approved

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>


Discussion for the FVim Package

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.
comments powered by Disqus