Downloads:
22,893
Downloads of v 0.2.337:
201
Last Update:
20 Nov 2020
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.337 | Updated: 20 Nov 2020
- 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,893
Downloads of v 0.2.337:
201
Maintainer(s):
Software Author(s):
- Yatao Li
FVim 0.2.337
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.337 --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.337'" [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.337'"
$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.337'
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.337'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller fvim
{
Name = "fvim"
Version = "0.2.337"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'fvim':
ensure => '0.2.337',
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 20 Nov 2020.
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.337%2Bee9fcf9/fvim-win7-x64.zip
win10: https://github.com/yatli/fvim/releases/download/v0.2.337%2Bee9fcf9/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: c5e4ff0ce3fa72096708fbc1bd11ee122c5036ca28b79e1eee9d5e5ed3a2c88adfe1baac32d30896135b9af73227d61b97effc948a6a373e91cb89b7eb03c7f1
checksum-win10: 88bcf0a13302faf8e587528ac17e46cad15d13138c88e7dc2129a1b1356353d96c0d955ac317eb3f4c722295cfb4f3359a7291a719e89b05360f7d8552f1ecd8
File 'LICENSE.txt' obtained from:
https://github.com/yatli/fvim/blob/v0.2.337+ee9fcf9/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: 585A9B3534F8D73C2C4FFF251333F6CD | sha1: 7E750C481C7C4C528C115324D9DABE40C2B79513 | sha256: 2571EBBCFA8626D775498F36AF3F06D2D8D5BA4F80BAAC5482AE901B3C93ED75 | sha512: 88BCF0A13302FAF8E587528AC17E46CAD15D13138C88E7DC2129A1B1356353D96C0D955AC317EB3F4C722295CFB4F3359A7291A719E89B05360F7D8552F1ECD8
md5: F02FAC3E575EC04A114CE26EF217F17D | sha1: 05B86D0A09EEE2E7B9A636BDE2BBFC2A37709568 | sha256: 2B652FBCC1CF64B598FE07CEE9A32CFEBE496445E6257C5B23F74C47B09F5157 | sha512: C5E4FF0CE3FA72096708FBC1BD11EE122C5036CA28B79E1EEE9D5E5ED3A2C88ADFE1BAAC32D30896135B9AF73227D61B97EFFC948A6A373E91CB89B7EB03C7F1
Log in or click on link to see number of positives.
- fvim.0.2.337.nupkg (32cd98373cd9) - ## / 60
- fvim-win-x64.zip (2571ebbcfa86) - ## / 63
- fvim-win7-x64.zip (2b652fbcc1cf) - ## / 63
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 | 305 | Monday, March 25, 2024 | Approved | |
FVim 0.3.548 | 260 | Monday, October 23, 2023 | Approved | |
FVim 0.3.543 | 311 | Wednesday, May 24, 2023 | Approved | |
FVim 0.3.531 | 580 | Sunday, April 24, 2022 | Approved | |
FVim 0.3.530 | 147 | Thursday, April 21, 2022 | Approved | |
FVim 0.3.528 | 203 | Sunday, April 10, 2022 | Approved | |
FVim 0.3.520 | 172 | Friday, April 8, 2022 | Approved | |
FVim 0.3.516 | 148 | Thursday, April 7, 2022 | Approved | |
FVim 0.3.513 | 149 | Monday, April 4, 2022 | Approved | |
FVim 0.3.512 | 119 | 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 | 491 | Tuesday, September 28, 2021 | Approved | |
FVim 0.3.467 | 129 | Monday, September 27, 2021 | Approved | |
FVim 0.3.456 | 201 | Monday, September 20, 2021 | Approved | |
FVim 0.3.433 | 197 | Saturday, September 11, 2021 | Approved | |
FVim 0.3.423 | 126 | Wednesday, September 8, 2021 | Approved | |
FVim 0.3.412 | 229 | Monday, August 16, 2021 | Approved | |
FVim 0.2.392 | 200 | Tuesday, July 27, 2021 | Approved | |
FVim 0.2.348 | 579 | Wednesday, November 25, 2020 | Approved | |
FVim 0.2.345 | 199 | Monday, November 23, 2020 | Approved | |
FVim 0.2.337 | 201 | Friday, November 20, 2020 | Approved | |
FVim 0.2.310 | 211 | Saturday, November 14, 2020 | Approved | |
FVim 0.2.306-g9c99308 | 242 | Monday, November 2, 2020 | Approved | |
FVim 0.2.299-ged6194c | 210 | Monday, November 2, 2020 | Approved | |
FVim 0.2.290-g4a6e1cc | 190 | Monday, November 2, 2020 | Approved | |
FVim 0.2.285-g48ec668 | 195 | Tuesday, October 27, 2020 | Approved | |
FVim 0.2.277-gb99586d | 203 | Tuesday, October 27, 2020 | Approved | |
FVim 0.2.273-g41ce0c6 | 207 | Tuesday, October 6, 2020 | Approved | |
FVim 0.2.269-gcee45d3 | 173 | Tuesday, October 6, 2020 | Approved | |
FVim 0.2.260-g409eb8c | 184 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.258-g663c2b2 | 210 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.247-g7a2270c | 181 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.242-gd69d25a | 208 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.240-g104449f | 209 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.233-g2909bf9 | 203 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.214 | 300 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.192-gb6a3318 | 191 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.186-g30d61fa | 170 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.184-gfd670f8 | 191 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.132-ge81f09a | 184 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.100-g520d8b8 | 232 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.96-g269872a | 179 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.88-g17b59dd | 187 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.71-g5bc3070 | 192 | 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 | 194 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.55-g56604a9 | 180 | 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 | 185 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.46-gbfe2caa | 222 | Sunday, September 20, 2020 | Approved | |
FVim 0.2.45-gb449461 | 210 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.40-gefbc6cb | 189 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.39-gf5c9a7f | 214 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.38-g09f8531 | 174 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.37-g7bf9448 | 187 | 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 | 201 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.33-ga70c8bb | 181 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.32-gbc517d2 | 220 | Saturday, September 19, 2020 | Approved | |
FVim 0.2.1-gce33644 | 194 | Saturday, September 19, 2020 | Approved | |
FVim 0.2 | 204 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.249 | 143 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.245 | 173 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.242 | 141 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.229 | 144 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.227 | 123 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.218 | 170 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.213 | 167 | 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 | 172 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.183 | 120 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.179 | 139 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.157 | 147 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.151 | 144 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.147 | 116 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.139 | 152 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.130 | 140 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.125 | 137 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.120 | 167 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.118 | 154 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.116 | 155 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.109 | 139 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.107 | 142 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.101 | 156 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.98 | 144 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.86 | 171 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.83 | 185 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.77 | 197 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.72 | 153 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.66 | 133 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.59 | 147 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.55 | 195 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.53 | 158 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.51 | 149 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.49 | 126 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.47 | 143 | Saturday, September 19, 2020 | Approved | |
FVim 0.1.45 | 131 | Friday, September 18, 2020 | Approved | |
FVim 0.1.43 | 158 | Friday, September 18, 2020 | Approved | |
FVim 0.1.41 | 139 | Friday, September 18, 2020 | Approved | |
FVim 0.1.39 | 166 | Friday, September 18, 2020 | Approved | |
FVim 0.1.37 | 148 | Friday, September 18, 2020 | Approved | |
FVim 0.0.35 | 197 | Friday, September 18, 2020 | Approved | |
FVim 0.0.33 | 229 | Friday, September 18, 2020 | Approved | |
FVim 0.0.31 | 210 | Friday, September 18, 2020 | Approved | |
FVim 0.0.29 | 138 | Friday, September 18, 2020 | Approved | |
FVim 0.0.27 | 174 | Friday, September 18, 2020 | Approved | |
FVim 0.0.24 | 172 | Friday, September 18, 2020 | Approved | |
FVim 0.0.23 | 148 | Friday, September 18, 2020 | Approved | |
FVim 0.0.21 | 154 | Friday, September 18, 2020 | Approved | |
FVim 0.0.19 | 172 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.17 | 129 | Friday, September 18, 2020 | Approved | |
FVim 0.0.15 | 135 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.13 | 166 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.11 | 145 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.9 | 165 | Monday, September 14, 2020 | Approved | |
FVim 0.0.7 | 186 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.5 | 193 | Thursday, September 17, 2020 | Approved | |
FVim 0.0.1 | 164 | Wednesday, September 16, 2020 | Approved |
Copyright © 2019 - 2020 Yatao Li
Changes:
ee9fcf901b975b4f5c53dd9d0fca2b4faef2a314 fix msgpack deserialization... why?
fe463473b462ea32bee6568a8f4201a0cd5b9405 ...
157737c75afaf065abf53ec0e37b5252b4828f43 daemon sends back session id or error number
90802448682a00647b3af625480a692768789e67 fix some
cb5c386717905bba75a2a6f31c9297c6e6af54c1 --fvr default
cff937f758da7281298c85e8a2cfebb07a5b00b3 fix publish builds
248e7a87693bfaab67b4ba6ef346f4a4da54c5b9 fvr remote ok.
2cc0ed1edbbbe3881e2ce1ab8426157e58158f79 fix some
08cdbeed3dda8a4789a3c6d4b8d63ec8c6456077 fix some
723b24bbfdff4d9281a29db9b33eb53b5875b185 fix some
<details><summary><b>See More</b></summary>6a631bfd48c77cf8393b519e4dde41eb425b6000 fix some
d31e938da1882777e100062fcfaf7ec8797c29e2 fvr local ok.
f29a909c0dbb50aa0f24b95be742d1cc1da3ef40 enhanced fvr daemon wip
01ce6de2b8690ff08f91e8b78d27d0c21b0ef379 refactor
e0e645c6c475ae3d9ec6e60634cc927b04ff6a8b add back release mode logging
1351556999e99e10217cc0639d686fd977231cbd going back to netcoreapp3.1 ... -_-
4343ca6f871d07e1caa4274e91c4416ef74e3c6b refactoring
e1f0dd4e6966d9a2b9beccab86d196a7f3c6d787 update readme
b7247baf21f038e8527f0a1368aaf2641d34407e Merge branch 'master' of github.com:yatli/fvim into master
2104a4fecf687a9ca4fbd4103f0ab6e896a7f5db refactor. prepare for fvr implementation
fa0fe87aa26ff5ae1e74461d6c2a94d15f8a676c Update README.md
00c659adb1b8506c913c1df5124089ba9c8c5a10 try publishreadytorun again for net5...
0842458b7f77de30da5e46abef4a7755a24135f6 update scripts to net5
5f43fe53b770ac4f90ffa6c3e5b764404a7d4d58 Update azure-pipelines.yml for Azure Pipelines
b84906c48e1d08d3f09a1e7679dec30dd7bd8bbd Update azure-pipelines.yml for Azure Pipelines
d7a47f03c81b3958cfeee773a4f811cee95fb1eb going .net 5
31f30c09ec91783b801a99c6079ca46b8b09be70 Merge branch 'master' of github.com:yatli/fvim into master
3fd455a97d7394ecaffcf04ba3747ff97b72dece enhanced error reporting
9f30e82edb4bea0a78d8042b0401aeb5ab916885 Update README.md
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.