Downloads:
22,304
Downloads of v 0.3.412:
224
Last Update:
16 Aug 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.3.412 | Updated: 16 Aug 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:
22,304
Downloads of v 0.3.412:
224
Maintainer(s):
Software Author(s):
- Yatao Li
FVim 0.3.412
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.3.412 --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.3.412'" [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.3.412'"
$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.3.412'
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.3.412'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller fvim
{
Name = "fvim"
Version = "0.3.412"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'fvim':
ensure => '0.3.412',
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 16 Aug 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.3.412%2Bg3b521db/fvim-win7-x64.zip
win10: https://github.com/yatli/fvim/releases/download/v0.3.412%2Bg3b521db/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: 1483e832d3e73a5d6572f4bcfbacf42ebcc1b4eccc49b5b66f97c7763230cdc62aef7e7871bbde9775bc21be8d038d96498f5b7e549243df9f88d809e362d494
checksum-win10: f259798eb073d9169ed03df7805a9940b61519b8c1783cfc825a0d97beab700c886d25445c0b4c18a22d6205898848ae8d236032e2f3f312edd7e588db215dc0
File 'LICENSE.txt' obtained from:
https://github.com/yatli/fvim/blob/v0.3.412+g3b521db/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: 859C36D398D26C374A417CD1CFFA7552 | sha1: 316A80E2C30717FA63B9BDF103D234539F30BA24 | sha256: CF5FB11635B35DB63B4D793B4B293EA6E224EEEE2CABC46BA5DBA6DF2330D78E | sha512: F259798EB073D9169ED03DF7805A9940B61519B8C1783CFC825A0D97BEAB700C886D25445C0B4C18A22D6205898848AE8D236032E2F3F312EDD7E588DB215DC0
md5: E158D497A8CC69FF90E23730E6354913 | sha1: 0C20C3B68E4B10335ABE94447E6762E343A8D5A9 | sha256: 07564527068439152FC47276E7459FED93A9E119F24EE9BB1715393E7BDC02A2 | sha512: 1483E832D3E73A5D6572F4BCFBACF42EBCC1B4ECCC49B5B66F97C7763230CDC62AEF7E7871BBDE9775BC21BE8D038D96498F5B7E549243DF9F88D809E362D494
Log in or click on link to see number of positives.
- fvim.0.3.412.nupkg (6bb359756467) - ## / 59
- fvim-win-x64.zip (cf5fb11635b3) - ## / 59
- fvim-win7-x64.zip (075645270684) - ## / 61
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 | 291 | Monday, March 25, 2024 | Approved | |
FVim 0.3.548 | 256 | Monday, October 23, 2023 | Approved | |
FVim 0.3.543 | 303 | Wednesday, May 24, 2023 | Approved | |
FVim 0.3.531 | 575 | Sunday, April 24, 2022 | Approved | |
FVim 0.3.530 | 139 | Thursday, April 21, 2022 | Approved | |
FVim 0.3.528 | 199 | Sunday, April 10, 2022 | Approved | |
FVim 0.3.520 | 168 | Friday, April 8, 2022 | Approved | |
FVim 0.3.516 | 146 | Thursday, April 7, 2022 | Approved | |
FVim 0.3.513 | 148 | Monday, April 4, 2022 | Approved | |
FVim 0.3.512 | 116 | Sunday, April 3, 2022 | Approved | |
FVim 0.3.503 | 122 | Saturday, April 2, 2022 | Approved | |
FVim 0.3.498 | 154 | Wednesday, March 30, 2022 | Approved | |
FVim 0.3.468 | 487 | Tuesday, September 28, 2021 | Approved | |
FVim 0.3.467 | 124 | Monday, September 27, 2021 | Approved | |
FVim 0.3.456 | 194 | Monday, September 20, 2021 | Approved | |
FVim 0.3.433 | 192 | Saturday, September 11, 2021 | Approved | |
FVim 0.3.423 | 122 | Wednesday, September 8, 2021 | Approved | |
FVim 0.3.412 | 224 | Monday, August 16, 2021 | Approved | |
FVim 0.2.392 | 195 | Tuesday, July 27, 2021 | Approved | |
FVim 0.2.348 | 571 | Wednesday, November 25, 2020 | Approved | |
FVim 0.2.345 | 194 | Monday, November 23, 2020 | Approved | |
FVim 0.2.337 | 197 | Friday, November 20, 2020 | Approved | |
FVim 0.2.310 | 206 | Saturday, November 14, 2020 | Approved | |
FVim 0.2.306-g9c99308 | 235 | Monday, November 2, 2020 | Approved | |
FVim 0.2.299-ged6194c | 206 | Monday, November 2, 2020 | Approved | |
FVim 0.2.290-g4a6e1cc | 184 | Monday, November 2, 2020 | Approved | |
FVim 0.2.285-g48ec668 | 192 | Tuesday, October 27, 2020 | Approved | |
FVim 0.2.277-gb99586d | 198 | Tuesday, October 27, 2020 | Approved | |
FVim 0.2.273-g41ce0c6 | 201 | Tuesday, October 6, 2020 | Approved | |
FVim 0.2.269-gcee45d3 | 166 | Tuesday, October 6, 2020 | Approved | |
FVim 0.2.260-g409eb8c | 180 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.258-g663c2b2 | 207 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.247-g7a2270c | 175 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.242-gd69d25a | 204 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.240-g104449f | 206 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.233-g2909bf9 | 199 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.214 | 295 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.192-gb6a3318 | 187 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.186-g30d61fa | 162 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.184-gfd670f8 | 185 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.132-ge81f09a | 181 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.100-g520d8b8 | 228 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.96-g269872a | 173 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.88-g17b59dd | 185 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.71-g5bc3070 | 186 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.70-g45665ac | 185 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.67-g680028c | 228 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.56-gfd39a12 | 188 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.55-g56604a9 | 176 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.51-g98b2006 | 178 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.50-g6b4c309 | 168 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.48-g39ce6f6 | 182 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.46-gbfe2caa | 216 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.45-gb449461 | 203 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.40-gefbc6cb | 184 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.39-gf5c9a7f | 207 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.38-g09f8531 | 170 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.37-g7bf9448 | 183 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.36-g03fcea2 | 173 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.35-g8da1b34 | 208 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.34-g05b42c4 | 197 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.33-ga70c8bb | 178 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.32-gbc517d2 | 214 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.1-gce33644 | 190 | Saturday, September 19, 2020 | Approved | |
FVim 0.2 | 196 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.249 | 137 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.245 | 169 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.242 | 137 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.229 | 139 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.227 | 120 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.218 | 166 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.213 | 162 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.207 | 167 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.201 | 151 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.196 | 167 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.183 | 117 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.179 | 135 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.157 | 143 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.151 | 142 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.147 | 110 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.139 | 148 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.130 | 135 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.125 | 130 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.120 | 161 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.118 | 150 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.116 | 151 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.109 | 133 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.107 | 140 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.101 | 150 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.98 | 140 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.86 | 164 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.83 | 177 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.77 | 194 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.72 | 149 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.66 | 126 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.59 | 142 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.55 | 190 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.53 | 153 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.51 | 144 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.49 | 122 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.47 | 139 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.45 | 122 | Friday, September 18, 2020 | Approved | |
FVim 0.1.43 | 156 | Friday, September 18, 2020 | Approved | |
FVim 0.1.41 | 135 | Friday, September 18, 2020 | Approved | |
FVim 0.1.39 | 162 | Friday, September 18, 2020 | Approved | |
FVim 0.1.37 | 143 | Friday, September 18, 2020 | Approved | |
FVim 0.0.35 | 191 | Friday, September 18, 2020 | Approved | |
FVim 0.0.33 | 222 | Friday, September 18, 2020 | Approved | |
FVim 0.0.31 | 206 | Friday, September 18, 2020 | Approved | |
FVim 0.0.29 | 134 | Friday, September 18, 2020 | Approved | |
FVim 0.0.27 | 170 | Friday, September 18, 2020 | Approved | |
FVim 0.0.24 | 166 | Friday, September 18, 2020 | Approved | |
FVim 0.0.23 | 143 | Friday, September 18, 2020 | Approved | |
FVim 0.0.21 | 150 | Friday, September 18, 2020 | Approved | |
FVim 0.0.19 | 169 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.17 | 126 | Friday, September 18, 2020 | Approved | |
FVim 0.0.15 | 129 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.13 | 166 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.11 | 141 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.9 | 162 | Monday, September 14, 2020 | Approved | |
FVim 0.0.7 | 182 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.5 | 187 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.1 | 160 | Wednesday, September 16, 2020 | Approved |
Copyright © 2019 - 2021 Yatao Li
Changes:
3b521dbb414f6e70732e72901e72076bf4ff8ac4 GridVM: FindTargetVM: search child even if the child itself doesn't overlap with the target point (for overflowed float grand childrens etc.)
b5f135b8b1921675ce6659a82b8794e7c9a8139c def: fix win_close, grid_destroy parsing
8dd49ced67693951ffd1d25674f3bb1871413ff0 update update.ps1
dec9a6d8a0fb91945c9d0bb623ec4947fab53e51 Merge branch 'master' of github.com:yatli/fvim
e29d8632fe2d1a4875e74354ffc59481c7c35d55 merge with multigrid_next
21fe3fdf904db1b11da0d3627e6ff3f4717326d6 z-index aware findTargetVm (for cursor config)
353daaae9a868f643103330d9f4d0ec261e8e98d z-index aware text composing
328bec0ded1781086dffefd60ce60987b4757644 GridVM: reset anchor to 0 when detached as external
77e184015fd370d6e00e699dab2ce303ab799fed Merge pull request #192 from jjohnson338/master
e9ef4b7da795bd2b885551f9aaa2e74dca836322 Updated path of fvim.ico to include parent dir
<details><summary><b>See More</b></summary>
98b8e8cefb77e3ee024c26779c3b92c78af424c7 minor.
cecd5f9efa87f61ac6bc79a5ae71c8c2c5d811ac improve text composition
310e87d94947373056541802ca3cf71522d0a713 win_float_pos: support parsing z-index
6e4c3a3c8c5df61195c4d567db4033afcd3d02d2 improve textual grid composition
85c5a37aff757367d9ee459a91482e2f5ea89faa update getopt terminal command params
b7b4d44c66e6e775ff314fc95a4e72126abf9d99 invalidate visual on cursor config.
c8cf42a411ac7949a60782c62b95f26b34118e73 handle external window close
1a0f6af0de2b5f3cec2fe2f20630cc1d8740c171 external window works
d242367b607630fa472f0bf9a405b863a57a800a handle win_hide
466846f3c35a32547ce4ce384c6296651ad0bea8 multigrid, composed
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.