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:

1,807

Downloads of v 0.0.3:

970

Last Update:

08 May 2022

Package Maintainer(s):

Software Author(s):

  • Anatolii Sakhnik

Tags:

nvim-ui neovim

nvim-ui

  • 1
  • 2
  • 3

0.0.3 | Updated: 08 May 2022

Downloads:

1,807

Downloads of v 0.0.3:

970

Maintainer(s):

Software Author(s):

  • Anatolii Sakhnik

Tags:

nvim-ui neovim

nvim-ui 0.0.3

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install nvim-ui, run the following command from the command line or from PowerShell:

>

To upgrade nvim-ui, run the following command from the command line or from PowerShell:

>

To uninstall nvim-ui, 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 nvim-ui -y --source="'INTERNAL REPO URL'" [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 nvim-ui -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install nvim-ui
  win_chocolatey:
    name: nvim-ui
    version: '0.0.3'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'nvim-ui' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.0.3'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller nvim-ui
{
    Name     = "nvim-ui"
    Version  = "0.0.3"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'nvim-ui':
  ensure   => '0.0.3',
  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 by moderator AdmiringWorm on 02 Jun 2022.

Description

NeoVim GUI implemented in C++/gtk4.
Requires nvim binary available in the executable search path.


bin\libbrotlicommon.dll
md5: DE78602F8C9790E3A1EDF1B056D9E23F | sha1: B59B100F84D0C94438D439D004D4E33D590D42E2 | sha256: A41D2935F29265EDB4DFD60AEBE329BD745438911525E1E912E703E39CCA39BB | sha512: 2093F61A403E4DCEA0C14C3B0E2F2659BA5725E53EF0FDC990576EAAB38C512B123961A74F551E6A4744F3B1AD0834A007A4EA6DBD405151F39CD582E6A8093F
bin\libbrotlidec.dll
md5: F04A80B306B9736C74D2AC52F454B102 | sha1: 0DF32893051724F78BB8DFF39DC3B782D4B37C8A | sha256: 5876AC73AB40F35948E82FA866DE72620C221749C251159102F6630F1B59959C | sha512: 644833E6B3CF2EBD5AA136680AE083071A88DBCC9C069CA3EDD03DBA2515D7CAA5E8BBFF879DC73DCA26BEAE941AE538DB7B0A0A4CED69D497486623B7FDCBD9
bin\libbz2-1.dll
md5: FD0B2BD2AE13D41DE526B57E435C7FB5 | sha1: 55BB61C011180EAA172A83FEEFC38D8FE7C5498B | sha256: E996E8D18FA41407D80680ADB9E416D916F7320E4559485CE3E3E5DE811DCA1D | sha512: D7EBDA50787AEC915C6E3EAB880A01DFC8925166C2CD2C1C70CC8EE505F17117F9E6AE9B1D57048DF29BBD8705070618650A09DED64750E422A10E0365AFA74E
bin\libcairo-2.dll
md5: 44ED3C258B19DB0ABC5F6414A307C4C1 | sha1: 81C1825703D174684DD324D7F24A50FDC2780A52 | sha256: 1D587AA1501C577AD14AF43743557A069CE462B9BE1BBFEE19DD7F62C637FD21 | sha512: 0540AD811AFD0918CFFFFA983CA27C82DC9660628490A69AD94B000003DCDB15B51DFF7091DDA7041D76AB746D81CD750F5D44313318FC0B2D4B794DEAB25B5E
bin\libcairo-gobject-2.dll
md5: CBA6322FCC7E3470EADEBA507ED424DB | sha1: 6F52AD4E015B13DA7E29B966F20648710FC7380C | sha256: FB149869AA4276BE63643D857C5302A891B59D350616CBBED3C7D95F1D7E8B1F | sha512: 7F1483EB642DEBA8DCBD78E625FABE7AC7C79AF6CB9A5422E5AECB7554BE3C67C5575E7668C35240042A1E2528BEF880E6381E69321044F50362C0FE191ED949
bin\libcairo-script-interpreter-2.dll
md5: 1104687A7D4FCD780507DCFAB7582B9D | sha1: EEC2B368469EED3309FAD525DBA946415A221792 | sha256: CD1292619A4A3ADEDD085DAFB7D3FACE454D070DCDA99C04B5050B4153C39A9F | sha512: 886282884A2DCB319DC546C53726423CDF9E6038A72F9C91F8989A5439958B1340D3FE0904C80136A59B8D1B5B074AD4EA728BA692142A995CA2A2C81BB18550
bin\libdatrie-1.dll
md5: FAD3EBF6397D14D593A91E57FEC481E0 | sha1: BE8954367FD32D818F879E55130559F6AEABBDB5 | sha256: 72BEEE1E317BE4918D37615778856AD2F60588AD72F0F948A2C60EF6648CD912 | sha512: 3780B64D7C6DA100C7D76034B2ED4D53CA26D21AAC88D17932ED894928AD4BAB634343F22D32713A01D4C5DA4FEF531C2538696B20CCE7B27706E80899A17D18
bin\libdeflate.dll
md5: C5B17CE10CC981610368E0DF450AA454 | sha1: F0FB851FCA49FF30713F1016196AAE8FFE637186 | sha256: 859DA22EFCD9249EC5C3B0AAB50594E4A31A03EED4205BA3D5398997A6624CCE | sha512: 117B6D10CA7166BFD5DFADC6D36FCDD4AA762916AD594793FE6345139331832EFC0AB2B57D7ACFA7A131C813FB90B60FD084F532B557318054FFDC6237982AD5
bin\libepoxy-0.dll
md5: 05C96596CABF32076EA2415319E35583 | sha1: EC45FBE7866F51B5EDDFF4527DEAD1BB5C16FC4A | sha256: F317E4B0789CE468B4532DF10F9921965B5E38E38EF49AA931C3879CE50B86DA | sha512: 057AA3F8F2385EB3C8CBB19DCDF5253D546C939DD661DF66ACBA75F52124F84AE9DE9AD1A868EEB23BFDE1907F0D8267997D8DF917CCEB35CBA2B4EDE85F74FD
bin\libexpat-1.dll
md5: D199EE7AE79738FDABAD116392E13939 | sha1: 8019361C7525594B905D3DC7615D4735FE982263 | sha256: 57F78A08E64EA66AB0AF331F6852B86384B848C4211AB0CF852305BB8490D235 | sha512: 8B35014ABE1E806C2EBE4D17D1CB2DA9DE879658201D041B2E0EDCB9A33BCAE870C201343D321D24CC6A9203EE07E036031A75CEEA38BCD4A793045F1D71B36F
bin\libffi-7.dll
md5: 43C639B6BA8415F94B8FC27A96042650 | sha1: 07ED717E5032F2025F759EF484FC25178922768C | sha256: D07AFEE9199E6CBF406F7E6A7F9673296BDA5244E5CA79A37177226F12801D35 | sha512: EEADC1F19A633AB2B05C4466DE6D35CFB7C76A731D8AC23E5CBF7005ED905874C43BFC6F5DA9AEEAB66AAD00584862DF691E7AE8E5DA805EE1D9608CB6663B0D
bin\libfontconfig-1.dll
md5: BAB3EF97B6C7DFC183F969FB9B846F3F | sha1: 00837542DBCAC636D292C9A7A6DCE80ADEFEAEE0 | sha256: 4BBBD8BAA14AA0C6069F079B0B804087F23B7DCAF43784C8D438323520F6971D | sha512: 2495BFD1590BF94F7D07DF724507C16A0BF06160ADF10AD079CEEBE4A0358042C72BE2FAFBC7080CE7A28D3BC1C6754A036A429FD7BADD082731739DA966765B
bin\libfreetype-6.dll
md5: 1275FCB092B72EE949CA811DE490C560 | sha1: E235A4FC9DEF8C5C5FCC4ABB0E84630032B85C82 | sha256: 4D7064D4AE83A7E4CD229A2420C3BFF77E7829860666DF415ECB647F3D70B84F | sha512: C030F0E855544AAED6FD01444BE53B991683E8854668482391E4E7247600A68CAE476E9C7D189F5BEDE374B6464143A0710C58C1D82581C1E34FE6528BCF44E8
bin\libfribidi-0.dll
md5: B63842662B0D0452AA83122B89C4B3E7 | sha1: 82C1B16652AE6DC28F7D57260C3E6AB03F19B9D4 | sha256: 94366A48A1137FF4E7CC8D8252628829176715D1437C6795C78F6395ED6BA4E6 | sha512: 4A3D5B06B093525BC842224E0BA33C8A03EF9639EBA5BA6BD6FAF26198D0953AA98A83F5CF1D231D190D5FD22D66FB70281F643B8E6BFF76396E44B44917F732
bin\libgcc_s_seh-1.dll
md5: 71EA1C6CC0F36B36C90961E1BD0E1321 | sha1: 98F4B05E2066463C4AFD220C0117190E78C7545D | sha256: 7F1765E66C955DA12F34C6634DFA2463D66D24F9EC77063309497B50CB19BCD5 | sha512: 68C76852AD0D50185F560B13D8C81C577DDA9B10297FFCB044D0539E63E0BDCBD6A7C886DE98847BF2B7B4BD85D52437EECE2A81F29D88CEDF244B9E3D3B3B9F
bin\libgdk_pixbuf-2.0-0.dll
md5: 8D00922952E4EDF6139A5AD1247A92B2 | sha1: BACA51C24A2B7E6E77EE2D10F2099F2345A8A5A8 | sha256: A034F233B45B84D65371D92287BECA6EA3274FA98F21AB2995A277A2D1458030 | sha512: 0436A55DA26274FA9206BEC0B2F238C3B560820C1C64C9E9CEE5F86F5221D9ACD31B34E1AE0234238FE82DA4090E54353E4D6EF565B6326FCA551EA477C93E24
bin\libgio-2.0-0.dll
md5: 3F5A7FF7C8F9E32C35FD8E9137A46264 | sha1: E7616ECDBEFA589D8E30C220B81B562A49721DA0 | sha256: DDB45FECA09A18AC4CFE2564B8DDCECDAC2760C4E615BD3299D3EA1F186D3D9A | sha512: EB236CB6696770B8D7AB0BD88A6DBC442162A416ACE1511A6C536A7B877281A885EF8AF2F882D43138E8351A36B28B571D796456042F271EFC2AD47BE5A5EF98
bin\libglib-2.0-0.dll
md5: 0EC5A6DF56000850AD231F35D2011516 | sha1: BD33DBB00B3DB31AC8DCB5A53973A6FB6713DD0C | sha256: 6897E2543FC47DFE067AF77C0D84A73162136DCE2C75332737AEC11560695308 | sha512: EF79305BD5426F85BC44E1682F77530CE3F3A27D98CDBAF7360D4A7520C952C111A11107681F1E6306C2F493C0CAD1BB20149A9A56F09BED1FC727B710A81102
bin\libgmodule-2.0-0.dll
md5: 9B4B72AEE12848B9126B344D6D91FEB8 | sha1: 3487B21778CD5260A741D0DF7C6FF794E8A91337 | sha256: F3E00EDDC94EE5EECD1DF0FCAA21412E641D87B7D681429B58554826F05E2914 | sha512: 38D971854548B225C0D630CBC3EF55E954D767CDE983D5ADB455DC1E2E92240CF83E1D23BF72DC0E5766652E1E7A489D22978D05367F118A8935C85D1B16D509
bin\libgobject-2.0-0.dll
md5: 5A5324DA6FDF2AC0B5500C85D259C1F4 | sha1: 6433ECE7E4DF8C8CAB19965DF9C4D7965EFB999A | sha256: 1EF14249E2F2DC2F25AED80BC968FD9FE4B465E6281CCA82105DA4D6AE8ED5F5 | sha512: 161777D398D6633643E47AB98DBF8A383389157300DC613C5BA8AC7240EC71E9436F0AA933B1F12447A6FBEA5BB7D080F5AA83E667357B6CB89B92BBC9F00AA9
bin\libgraphene-1.0-0.dll
md5: 521274E42A0DB879A97998FBD2247672 | sha1: 77171FC6CEFBB08BB84FEA6044F500F4F5CBDDA8 | sha256: D317FAB35ADD915D1759A977E92CF3E61DF8A9195E05FACB1D6D321B5C2D2CFA | sha512: 64802786A382842E46DECC1D5FDBD33FFA7EF4258F108AF3EEC577F499AA5DF1A943304BF4A03A84996D580DFDB912497C03FE97AAAC8BED9016BAB0ED15EBA7
bin\libgraphite2.dll
md5: 86725745162CEC66824B95416B1B64F8 | sha1: A0D1CB526C98D5FAB44F5819D52EA3A7D2059939 | sha256: 856682BAD8676E70BDDC45E5440DEF53F74D74E33413032EAA71FCF14CB0D26E | sha512: 661E82228534659C7C1DCAEB35BD210A176E8F581237ADE4E921C66CE55237243C9EFA32233527C4E308616F09ACD6607420E0AB73BE74AE6B2C6631E0A9E34D
bin\libgtk-4-1.dll
md5: 8844BD2E66C4182632FF21AB0D3CCCC0 | sha1: 57A27994B2BE2459740007FA272D1E916A7FA4D7 | sha256: AE6CAE339775588EE317217C03051B3EE9EEC6E3D7F577FA9E9322DD7577265C | sha512: 4592823F88CC17CA32359AD55ED9B82D6E464AE787C0300747F3224BBAEABA7E008CA69082FC84BD2D38F097867B94EC4662CDCE7BE6259A1CDB60FAA73F799E
bin\libharfbuzz-0.dll
md5: 1BF8E91F520FBC802F1EF9B82F5E0ACB | sha1: 39482540B82F6B10431FE0F84F28AAF1334341BA | sha256: E643995292123B53C1A8AAF3B64D15E62E5B912DAEB7FAE2F95FE2C2AD116EC7 | sha512: CF4C769BA9BC72C26FA6845B250C2CC7D0FE0BFEA8CE8AB68BAB6B9E958E19689D271EC64EE0293086280C87410C100DE576CB55297A640132BD2DAA001D87DA
bin\libiconv-2.dll
md5: 182079359545E9E79D8B31EDF8A94C7B | sha1: 537EACCF61EF4BC4958B2E764B1BAA3D09D3D575 | sha256: F5071CB0E4F84067783EEE881FB35A244C6BC950440842207D963C8AB88486F5 | sha512: EB3B940D0761F2D5E156E2A7E8A8632302E071D61A86BD5513D14B1CCF4CB00FD420A6101BC8455349F7D74F219E275C5B836735A546F0FA5561E858918DD140
bin\libintl-8.dll
md5: FDE02775C0D24D57F96C02BC601AF881 | sha1: 3B82BAA9CAE99C628ED9940C9CAFCB329B5DB14C | sha256: 35ED170C5D53D190AB3683D6DBA80DCCA9BE420CCCA65018A65839F70052F7FF | sha512: 8904246272F5E652413BE8CDB0843B41086DB0E8DBA4C457C3438B77281B646F2B720EBF31C4C21E16C0CED1DA6D8DF6D5B74C4656EF9125FF4F3302E27AEBAD
bin\libjbig-0.dll
md5: B364A711099038A26FAFCC23B2E67B64 | sha1: 9E203F220209FF94BAEA57D32E3D22E0731AA431 | sha256: F8141AE5F147652DDF5EB6FF58D1ED0162F7DFE1B64C66B3CE06B6465F2110D0 | sha512: A6C903938F70260D8647083066F9A3272C04D0598F15D5889B174D4F4FF8BB714672DEE6E49173C184C730F68C0C94ABFC214684947B69EEDDF20F948A920BE6
bin\libjpeg-8.dll
md5: 8682C9E7EBA00071B8E27D55ECBC7F24 | sha1: 3271AE0D880E5B7BF1480BB680873DB83C2A4A91 | sha256: 2AB19C65FA32F2C371B96306AC62FC9B4468B4B69275E162C6D784B821721415 | sha512: 731AEDE60FC9A90AAEA7CAD853699888BA31F04E7355D2CB1D31157E515BE1C00D6926BBA0D624D49F6B6A57D6679BD4349EC4F646A5D48CBC9645BC170CDBF1
bin\libLerc.dll
md5: 9906356A1CBD37E0319BB86C4BDC802D | sha1: FC9119E438C7E69146B5B9331FAD0A5EB0E2D835 | sha256: 78E3F067198FF38E2A2545285144AC40A8A6EE0C9001979903D5EDC7E18E5099 | sha512: 055D6ED26AAE14DE7E4A419403A8E48180A41D7384CD08B3F19FF4D090F0256059F3FC3A1909BDB44DD3866877DE5E471800C9C5E219F8B34E7F33F59AD40CDF
bin\liblzma-5.dll
md5: 3431C4439FDC41C6BF65386905E0AF26 | sha1: 7B8C9F514029677AFA1FDA61A7EE96F2F64FE4A1 | sha256: 7CBE0B204B5D6666AFBBF388BE56E654D50ACF1174DFCC26F1089C30BDF4FF18 | sha512: 6D5BDD70044C72A2C87F318B352AE424681383569C633E41780A90D6557A63F72FA7C1E1B323A503EF1DFD76A90CF2D4A1F6873FFE3DFA779A4A80AD6EF2F640
bin\liblzo2-2.dll
md5: 418B3B727D1B1F38E63B44278E3D1104 | sha1: 95AD8929921BDC3861ECA50616BDE89C08A862F0 | sha256: 740E21F9EFC3EE270F0823D83722BF044ECE12229DE061E370CE96C042AB8C40 | sha512: BB4B85385AEBF1C550F5E841506866C99C4032254929094612C1B009B14EEF58D261C21B7B75B4ACF27517B2F0124AD2CDFA6DF9FC417AD6788B9FEFC8B19716
bin\libpango-1.0-0.dll
md5: 5D1225C1B05354A67F5DF950E340904F | sha1: 126C35E12461F6B30EFBB0622FA238C2F213761F | sha256: C51A4476F94D2E26B4271BD28C02EE7EA1872C57A64D521A4F8CA851EA0F4834 | sha512: DFB36A981C93FA9B862B224FA7798AB1981A46AC3FB6FE39154426C1F3B81BAD42BA1420A1693F459DE8CBF7FF60B956FA2093E34813AAACCB5B5063FCA611FC
bin\libpangocairo-1.0-0.dll
md5: 11FBFF406A66F8F0D31B5395D0D083F3 | sha1: 929277F7A25DBFA32903289AAEBF69055FDE2799 | sha256: 22272C7223A16472A7FCC377C2C8859E6E38198A057E5FB9C50A47F061D9ED31 | sha512: FCA6BC99C1B800C8F31E07D5F4C0F685F7BBB40365167958D5D0F8B4D96694A2483FD1DF37D5D3B353980B0612A28128612FE946BB921E28EC5A80F2DC7EF88D
bin\libpangoft2-1.0-0.dll
md5: 89B726791622412F0ABA8B3D8AA5C96E | sha1: 3D71C103FE9D7849DF78134DC6379B4683B781CC | sha256: 48DA17F318984A64A929E6F689A107FC0B633A9488C6C2987AE0015FADE9B0DE | sha512: 8742B422F0267FEDF62197EB8A1E02B031C4E8CF9CBA8AB88642FE6C942D4FF442ADCD4E7D9A6F790659C60D5A48135E5A1C6427FB364B346D4E2A3A8EE166E8
bin\libpangowin32-1.0-0.dll
md5: DC5D415451667AF335B1981B1587AE54 | sha1: 434A56477E75CB55FC3978F6CB4A54CED089E2C0 | sha256: D7F2F9D08D69E93FC6714BB77F869670E152E4E54F1ED0BF82ADA1FE2105CBD9 | sha512: B83CDCF031B24C61310F9C21BA1D2FE9CBE6003ACDB8A084E916398F232DF21F62EB38E455CBA820FFDC55065AD33BAF5CFF534E5DE2D5C1F3E033726063BEA2
bin\libpcre-1.dll
md5: A4E14B1F3042BFBF0B018561F8611D93 | sha1: 5C4C26F66ADCC1B40D7FF3113701FD9DCA9F74E6 | sha256: 624E1E55F227897EB6E5852D28F0448F25ADE61A98894789FD45A3F8AE32D0EA | sha512: DA4D86DF061948A37D513132686E91E13960FA28EB427BB841E0DACBF91564B3713DE6CA5EE49D17C0E1B449C0252EF9F4E8C02205BF2169CA7D761DC3872802
bin\libpixman-1-0.dll
md5: 650A6A8096AAB864AE0C83C09109916B | sha1: 3F6531012296326770ACE841B7EF217C41AA09AB | sha256: 5DB5511C8CF6E90248B3F513D62E60DA1CF23AAB6F86081C45299930582711F2 | sha512: BCD4C75298F6422F88FC66D244D66CF5D55EADF25C5B49C9FAF4603D8DC9F046A58F1A1F94BEAFD7ECAEE498126E199F977FC62FC5BD35C6A2D42CF75C98DD1D
bin\libpng16-16.dll
md5: 66C3A05A3B728480734671B83028F5C4 | sha1: 0BF83D2F376D0F172E792612DF41B9E65D432A1C | sha256: EDD3110F038A29C89D43600CCB9CEC632F16BF622B64AB0F3A0491D149D33BE7 | sha512: BAA30C8A59673104082861A280F66B59390E0DEA541E65312FBD0D52B37A45C6DC914BB1407B4B91A108446D41991AFA00C842F87E6587779ED302D3CF067C7D
bin\libstdc++-6.dll
md5: E8691E0920B08D2256D196EC2D7C62B1 | sha1: 1BCAF825F8CF9F4C270ACA462204F62BAB56C696 | sha256: 79F4EE7F4AEAD0024CD17FF932020D8F7107C4ECFCC69A96A618E294920A0108 | sha512: 3676EAB17C91207DECF0307361ED0EFB44ADA4816AE89F3C472FD31D12C0DD51942D60F3B2E72B239FF30F9F70E8510BBFCBBFE24356CEFA08B9C17268EAE36B
bin\libthai-0.dll
md5: 74FB6CBD25A853D08A1C7A95EFAF2D68 | sha1: BA5FE0E9FB23E2ACA638500311CFF312F4924917 | sha256: 8A160A0A8FCB40D8529A806B246ADB10A5D7543EC2820AF07333F2D64FC16D58 | sha512: DC23114D45EA132C52BF4565117667C02D50D3377D3F1A4300897E46E05BC927BBDA57ACD2D99303BD500662E93232D8E2021092645C7568448EF2B91943BF7E
bin\libtiff-5.dll
md5: F92A25ED530850B709658F48E3DA288A | sha1: 869FA6C741CAA1EA726A1DB9D65EB7E5D63EA3BD | sha256: 9098A71268FCECB1D7533CC6CAE6BD3665181A0247EE60C105634986B237D594 | sha512: 76DFC3BBE570382D6290757844B1ACA7F2E370118679E3EB446C13057D9A974794EDBB383F736C5196B6069CB1CF2B66F48E98AF9CCFA29C486F3A8CEE35D938
bin\libuv-1.dll
md5: 960CC3157D8629E23F443C60C3948169 | sha1: C05AC2DFF12349C1323045B2E4426952ED201016 | sha256: 198421406E20E797859A5D058B17F99AAAB6D661C2F9AC30A927038517164ADC | sha512: 82ECCAA38708A2ED67D66F143C926BCDB9B21E9D376BC52EC9A992A94948522E9CF982FE94FE51341F5D04A87BCBDF411CD40C90862B7917D68D5347C0E136FA
bin\libwebp-7.dll
md5: 8A131F79C4824171CFAEEA9105063492 | sha1: C4FD9D6DCA800638C4C9850903DF6A8817123DD8 | sha256: 9C4F4543C4AC7BBBBCD41C1DFAC45B1579D4E681AE3D55B1BF7A3FB796100D32 | sha512: DBFD101036149BAC23A97C835FEE58DE91E5B94AED324E46C28BA5B4E3E2799597551B21DCC5B1A4597A00DC6BBBF126DB3A1BA2C0742E218EB50BF373E056DD
bin\libwinpthread-1.dll
md5: D50EEDC008568D1CC89A95D0F4DE433E | sha1: B6871AD31205B6E81DB4FFB971CBBCDBAD4218E1 | sha256: 85BE0CD67DA38BB7199BCD6D77B7FA81FDF19461D89383B9466DF9200E01F94F | sha512: 7FD4DD8C0D2C559B2A36AD9D7CCBC82D7F72ADA7EA070724B520DC98CFCD952E723C34B6467BDF910D625F4C9E5FB4A5F637946E6B834785A179025E542B8B8A
bin\libzstd.dll
md5: FB31605611DC4798FC138ABF569C01A0 | sha1: 436D3A76B1AD3F543713809CE51455FA61B63154 | sha256: 5CA17A67FB646F041E6B7D3107267F0DFF9272D30BBFCE5B7B2D9FC3136F4CE1 | sha512: 4320E07991FECE0B021A322510260487B7D326334535871CD85A3CAB6BC0A945A1B990B708A9C1EF6FE32DC21DBF11A3EEBA1848BE9F0E2105F188B8E5999882
bin\nvim-ui.exe
md5: 704AC343453F2E1DC991280AA024A1E8 | sha1: EF24C6894479548CD5D088EB622061AEFDBB5BC0 | sha256: 0E7D4A4CC6529AEDFAC7AD407F951697389901EAE8CF93B2BDF6966C8B69B0A2 | sha512: 22D51E688F9C0ABAE837C355D3E3FEEAB9537415233282F4ADF2D7DD61A058BBA69AD78333232C5661FCA7E8EFECEB1FA871A35977A62600C52A8551A140F1AF
bin\nvim-ui.exe.gui
 
bin\zlib1.dll
md5: 66CD727FB33126B1C03B174AA1E6735A | sha1: BB742318C4FDAF6F3D8BF41C5936813E976E6E15 | sha256: A26B41BB482967B170453C93EDF8F108052AB00F0C7D1134761F625C085F175E | sha512: 5E755926B48A04682A42261BBA4D1721A1D9D2B86F4BACF058C5F2FFBF3C539507CD98F7EC5D7DEF1C7324C14CCDEF8E06CDE5DF9736CFFE14B83C6709109C65
lib\gdk-pixbuf-2.0\2.10.0\loaders.cache
 
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-ani.dll
md5: EC7D8DE618D71A7BCDFDC13827F17810 | sha1: 0CE8284C9F6A540A9718608FA0E14084A09CBC97 | sha256: 6258EABFFD025229AD77CD629CAF6EA11C15F1851DC33045CD1A1010FEE4ED87 | sha512: 5BA8BAA5DD4BA8AF51A10C0E1C36D933A1781B13115CAE11B035036A51A3B2E0523BEB39B8B5070A48719B39519B2D22869E905A2AF527E361AD1DC326E5072A
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-ani.dll.a
 
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-bmp.dll
md5: F60ACE4B58544335D1B43FE9BD2CCB69 | sha1: 31A8D13989D18CF78692E49660CBA15DDD253C56 | sha256: 31976678B1A750DF5CD4E05F0F2C944EB7C46A5A6C2CF8162CC073D2A8E451A5 | sha512: 662AEFFCDFCAC358C78D9457B61A9EA8771DF73AA1F1ACB18F4400E5577112F4A78968CCDCB5B9D4C5651EA174470B1A6A9FC3E059BCE2D0C0F8E0869C1A688A
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-bmp.dll.a
 
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-gif.dll
md5: 5649A7A2F3DDDA285AAAE32302B752D2 | sha1: 817223CE7B2843E11EAEE243B29463488CD7D880 | sha256: 186641A3FCFD6F383E77F855D09C66E3DAD9A1645A7C49EB6A1EB25246D48767 | sha512: F9EFAF9D9C9698E0CFDD977CE6B8B84A39F23CDED1176446B427A591BB317C3BB36DCFED9A66A106DA51B210F71212FC1CCDC329D3DE75EFED2E1AA93505BFCD
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-gif.dll.a
 
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-icns.dll
md5: E009913B2CD804AC283743BA5FADF214 | sha1: A2AD8893159D4DF0EC06F8741EA56592CD7ECF35 | sha256: A51C2D6009442590F9D98965723CE9BB0077BF9F75E9E28CCC023AB22FC00046 | sha512: B1ECAD21B6E2F2D57ECD80F4CC5C8F52C242AEC59C51959E7C46FCEBDAA09D3A69AB3DEEC06E145220E97A8F8F3D30F36B3B9BC37B372EEDE269BAA17ABF805D
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-icns.dll.a
 
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-ico.dll
md5: C5DC574EABEB36483CC799245A23C0D7 | sha1: 882EA99404553F6A3A652EEA43EB707CC9EE8A43 | sha256: 649BB9F80EFDBD42C7E6D6005FABB9EF9663A11AD3203E892B3B89C841B14CE6 | sha512: 74A5EDAD8CA8A1DB160CFD6EF113785778235A48911ACF8EE6BF7EE0AA77D7BB522D26D7F0989002CE35750738842E7AD08A68D0E6BDA71823C2C40C11D93B05
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-ico.dll.a
 
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-jpeg.dll
md5: F8631E0524CEC66778B18F5856BD17EF | sha1: 88045B692FA223C1BAC9205922BBAEF412EE7CBA | sha256: 9D44878929E268850E863D722AC303205321B7866661DD693FF9C9A3B209D9AC | sha512: E3336B8F0E3C17FD638A662240C6FAFFE2A89E7F6E31885F2FC5909509840B373A19B8535849E1FE576484AFC25E296373E7E4B532E6F3ABF64193BAA09FDBD5
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-jpeg.dll.a
 
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-png.dll
md5: 043D3649846DF1395EC59F0F873A374B | sha1: 70445B4814528952EE079677AEADB93AEA1A0FE5 | sha256: A619A37C872E55A37CB7EBF8D5692F49A7DEDF0EC5DE8B7B0988D4DEFAAA2AF5 | sha512: B4CA44152612BE912E3A1234BE1B60B86D8F0A02BB6BE20CFEA8551D958A88D9F9F9313645F68265872A86F5CDB8C281E43F086208F8240D022C9CDC6ED96C15
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-png.dll.a
 
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-pnm.dll
md5: CDDFE543CA0FE5E7011BB6B4D960AE8B | sha1: 35265A2FEB26C633DF231F9E176276CDB6883999 | sha256: 0235EA2AF5108EBF03BA2B5C7FFF5F54E01E48E0345EC7E944058C536D5454A1 | sha512: 470516A1F136846DE3D1FBA6DB2DA4787EB29FF7BFD7D27C89DA8DA3DB31395E479A430198F52B979A5275BEF7FD3CB6DA7A63A2FCAF31C2D65A224804BEBA4B
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-pnm.dll.a
 
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-qtif.dll
md5: BAF3B4E1ACFB034CCF3D705244CB3B0C | sha1: 7E833479414B9DD5ABD921562FF6CB5ACA3165A8 | sha256: 58DEC861C42A67659EDAAB05BD98D5A1C7075C638AF403F53B4C7BE1E34B4A8A | sha512: 66DF98D43A0E68C747986A50CC72B263AE9311CE5FEC1AAC38512DF13ECA72184C0D363AEF6E0E45F50A16EA766283A6C7C80E684E5D0818377685701238320A
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-qtif.dll.a
 
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-svg.a
 
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-svg.dll
md5: 4403B0981CA98A6FA972A583A7D0B77A | sha1: 5713E84089FA2DBE1046BEEF39D0880681D6416A | sha256: 44E9F7E91B4890F444CEDF4224F41155A28D39FA4650589E75C662A5108D72E3 | sha512: EC9DB6DA9095A85C5250F42C533CAC235FF04100292EA8926FE0898640378EE2B60FC48294DCA32B4C1C9F3CC71999CA27FA93303D710B0521D5B6F15285EBBF
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-svg.dll.a
 
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-tga.dll
md5: 24522E97440BCA5732A13C43B415CAA3 | sha1: 809D6AF8DD437A709364DEE4EC75D24926B527AA | sha256: 6823AEA4CDEBB71EFBBB7E9E7D2EF6120FAC7CF5E04273440A1D9B9C1DA55310 | sha512: 71A84BF5303C2C100C27778BA86292ABB8DA46E3FEE225A27AA7F85E9ED5D016BB1AEA39BD577CCF84C922391B437F47E12BC7CFCCC8FBD47440EC976FC903C3
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-tga.dll.a
 
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-tiff.dll
md5: ECC1600922CA5DAC722A79E79AB32401 | sha1: 71172E607CE9F92246445EF8C37100F68CB95CEA | sha256: 74C7AC85814A064FB2A9A924996EC94ACCB38263C67C3A62DEAABBDDFB956F58 | sha512: B9FF8EA688AA46E00B05677EA4CF8EBAB55A7D410657C5A9B515993874D7ACAD5F5998D42F1DD0EC12E745AE062474AB586FB82920532A8B63C5BDDF97615CB3
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-tiff.dll.a
 
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-xbm.dll
md5: 5279A1F148CEB3D2CD84867FB9767388 | sha1: 5AB8C1293FAE1FE3353641B01D20D6B913F5D300 | sha256: 4C26E5A17C178918013B37FD31A8B368012E642125DA8667F89B4A287073DA0F | sha512: 0ACC1D17172678B9D3F7EED8AB7824AD4DC9938B60B28100D1E970A427F7EACB13848DEF04EDBF96820C5B655D520121F13CA99A8D3A9093F94CF53422D2759B
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-xbm.dll.a
 
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-xpm.dll
md5: 03EF760BF68345D788DAA0ABF4BCF91D | sha1: B881E9D2F941D13D8255BB4FF2D4F0D911AC2329 | sha256: 9E0064AE9ECB45985BF68E309FB0E3858EC617E86E6FCC45BC571469E332AC87 | sha512: FF95115B2089C1173315710D33623B51C319FA68B7F5E1D493B11A9F62E90A149D58D3B394767C2844AC600EF5A4F6B8565B6A90F9822AEF27CE1F7DAA88D2CF
lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-xpm.dll.a
 
share\glib-2.0\schemas\gschema.dtd
 
share\glib-2.0\schemas\gschemas.compiled
 
share\glib-2.0\schemas\org.gtk.Demo4.gschema.xml
<?xml version="1.0" encoding="UTF-8"?>

<schemalist>

  <enum id='org.gtk.Demo4.Color'>
    <value nick='red'   value='0'/>
    <value nick='green' value='1'/>
    <value nick='blue'  value='2'/>
  </enum>

  <schema id='org.gtk.Demo4' path='/org/gtk/Demo4/'>
    <key name='color' enum='org.gtk.Demo4.Color'>
      <default>'red'</default>
    </key>
    <key name='window-size' type='(ii)'>
      <default>(-1, -1)</default>
    </key>
    <key name='maximized' type='b'>
      <default>false</default>
    </key>
    <key name='fullscreen' type='b'>
      <default>false</default>
    </key>
  </schema>

</schemalist>
share\glib-2.0\schemas\org.gtk.gtk4.Settings.ColorChooser.gschema.xml
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>

  <schema id='org.gtk.gtk4.Settings.ColorChooser' path='/org/gtk/gtk4/settings/color-chooser/'>
    <key name='custom-colors' type='a(dddd)'>
      <default>[]</default>
      <summary>Custom colors</summary>
      <description>
        An array of custom colors to show in the color chooser. Each color is
        specified as a tuple of four doubles, specifying RGBA values between
        0 and 1.
      </description>
    </key>
    <key name='selected-color' type='(bdddd)'>
      <default>(false,1.0,1.0,1.0,1.0)</default>
      <summary>The selected color</summary>
      <description>
         The selected color, described as a tuple whose first member is a
         boolean that is true if a color was selected, and the remaining
         four members are four doubles, specifying RGBA values between
         0 and 1.
      </description>
    </key>
  </schema>

</schemalist>
share\glib-2.0\schemas\org.gtk.gtk4.Settings.Debug.gschema.xml
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>

  <schema id='org.gtk.gtk4.Settings.Debug' path='/org/gtk/gtk4/settings/debug/'>
    <key name='enable-inspector-keybinding' type='b'>
      <default>true</default>
      <summary>Enable inspector keybinding</summary>
      <description>
        If this setting is true, GTK lets the user open an interactive
        debugging window with a keybinding. The default shortcuts for
        the keybinding are Control-Shift-I and Control-Shift-D.
      </description>
    </key>
    <key name='inspector-warning' type='b'>
      <default>true</default>
      <summary>Inspector warning</summary>
      <description>
        If this setting is true, GTK shows a warning before letting
        the user use the interactive debugger.
      </description>
    </key>
  </schema>

</schemalist>

share\glib-2.0\schemas\org.gtk.gtk4.Settings.EmojiChooser.gschema.xml
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>

  <schema id='org.gtk.gtk4.Settings.EmojiChooser' path='/org/gtk/gtk4/settings/emoji-chooser/'>
    <key name='recent-emoji' type='a((ausasu)u)'>
      <default>[]</default>
      <summary>Recently used Emoji</summary>
      <description>
        An array of Emoji definitions to show in the Emoji chooser. Each Emoji is
        specified as an array of codepoints, name and keywords. The extra
        integer after this pair is the code of the Fitzpatrick modifier to use in
        place of a 0 in the codepoint array.
      </description>
    </key>
  </schema>

</schemalist>
share\glib-2.0\schemas\org.gtk.gtk4.Settings.FileChooser.gschema.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
  Copyright © 2010 Christian Persch

  This library is free software; you can redistribute it and/or modify
  it under the terms of the GNU Lesser General Public License as published by
  the Free Software Foundation; either version 2.1, or (at your option)
  any later version.

  This library is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU Lesser General Public License for more details.

  You should have received a copy of the GNU Lesser General Public License
  along with this library. If not, see <http://www.gnu.org/licenses/>.
-->
<schemalist>

  <enum id='org.gtk.gtk4.Settings.FileChooser.LocationMode'>
    <value nick='path-bar' value='0'/>
    <value nick='filename-entry' value='1'/>
  </enum>

  <enum id='org.gtk.gtk4.Settings.FileChooser.SortColumn'>
    <value nick='name' value='0'/>
    <value nick='size' value='1'/>
    <value nick='type' value='2'/>
    <value nick='modified' value='3'/>
  </enum>

  <enum id='org.gtk.gtk4.Settings.FileChooser.SortOrder'>
    <value nick='ascending' value='0'/>
    <value nick='descending' value='1'/>
  </enum>

  <enum id='org.gtk.gtk4.Settings.FileChooser.StartupMode'>
    <value nick='recent' value='0'/>
    <value nick='cwd' value='1'/>
  </enum>

  <enum id='org.gtk.gtk4.Settings.FileChooser.ClockFormat'>
    <value nick='24h' value='0'/>
    <value nick='12h' value='1'/>
  </enum>

  <enum id='org.gtk.gtk4.Settings.FileChooser.DateFormat'>
    <value nick='regular' value='0'/>
    <value nick='with-time' value='1'/>
  </enum>

  <enum id='org.gtk.gtk4.Settings.FileChooser.TypeFormat'>
    <value nick='mime' value='0'/>
    <value nick='description' value='1'/>
    <value nick='category' value='2'/>
  </enum>

  <schema id='org.gtk.gtk4.Settings.FileChooser' path='/org/gtk/gtk4/settings/file-chooser/'>
    <key name='last-folder-uri' type='s'>
      <default>""</default>
    </key>
    <key name='location-mode' enum='org.gtk.gtk4.Settings.FileChooser.LocationMode'>
      <default>'path-bar'</default>
      <summary>Location mode</summary>
      <description>
	Controls whether the file chooser shows just a path bar, or a visible entry
        for the filename as well, for the benefit of typing-oriented users. The
        possible values for these modes are "path-bar" and "filename-entry".
      </description>
    </key>
    <key name='show-hidden' type='b'>
      <default>false</default>
      <summary>Show hidden files</summary>
      <description>
	Controls whether the file chooser shows hidden files or not.
      </description>
    </key>
    <key type="b" name="sort-directories-first">
      <default>false</default>
      <summary>Show folders first</summary>
      <description>
        If set to true, then folders are shown before files in the list.
      </description>
    </key>
    <key name='expand-folders' type='b'>
      <default>false</default>
      <summary>Expand folders</summary>
      <description>This key is deprecated; do not use it.</description>
    </key>
    <key name='show-size-column' type='b'>
      <default>true</default>
      <summary>Show file sizes</summary>
      <description>
	Controls whether the file chooser shows a column with file sizes.
      </description>
    </key>
    <key name='show-type-column' type='b'>
      <default>true</default>
      <summary>Show file types</summary>
      <description>
	Controls whether the file chooser shows a column with file types.
      </description>
    </key>
    <key name='sort-column' enum='org.gtk.gtk4.Settings.FileChooser.SortColumn'>
      <default>'name'</default>
      <summary>Sort column</summary>
      <description>
	Can be one of "name", "modified", or "size".  It controls
	which of the columns in the file chooser is used for sorting
	the list of files.
      </description>
    </key>
    <key name='sort-order' enum='org.gtk.gtk4.Settings.FileChooser.SortOrder'>
      <default>'ascending'</default>
      <summary>Sort order</summary>
      <description>
	Can be one of the strings "ascending" or "descending".
      </description>
    </key>
    <key name='window-position' type='(ii)'>
      <default>(-1, -1)</default>
      <summary>Window position</summary>
      <description>
	The (x, y) coordinates of the upper-left corner of the GtkFileChooserDialog's
        window.
      </description>
    </key>
    <key name='window-size' type='(ii)'>
      <default>(-1, -1)</default>
      <summary>Window size</summary>
      <description>
	The size (width, height) of the GtkFileChooserDialog's window, in pixels.
      </description>
    </key>
    <key name='startup-mode' enum='org.gtk.gtk4.Settings.FileChooser.StartupMode'>
      <default>'recent'</default>
      <summary>Startup mode</summary>
      <description>
	Either "recent" or "cwd"; controls whether the file chooser
	starts up showing the list of recently-used files, or the
	contents of the current working directory.
      </description>
    </key>
    <key name='sidebar-width' type='i'>
      <default>-1</default>
      <summary>Sidebar width</summary>
      <description>
	Width in pixels of the file chooser's places sidebar.
      </description>
    </key>
    <key name="clock-format" enum="org.gtk.gtk4.Settings.FileChooser.ClockFormat">
      <default>'24h'</default>
      <summary>Time format</summary>
      <description>
        Whether the time is shown in 24h or 12h format.
      </description>
    </key>
    <key name="date-format" enum="org.gtk.gtk4.Settings.FileChooser.DateFormat">
      <default>'regular'</default>
      <summary>Date format</summary>
      <description>
        The amount of detail to show in the Modified column.
      </description>
    </key>
    <key name="type-format" enum="org.gtk.gtk4.Settings.FileChooser.TypeFormat">
      <default>'category'</default>
      <summary>Type format</summary>
      <description>
        Different ways to show the 'Type' column information.
        Example outputs for a video mp4 file:
        'mime' -> 'video/mp4'
        'description' -> 'MPEG-4 video'
        'category' -> 'Video'
      </description>
    </key>
  </schema>

</schemalist>
share\locale\uk\LC_MESSAGES\nvim-ui.mo
 
tools\LICENSE.txt

From: https://github.com/sakhnik/nvim-ui/blob/main/LICENSE

LICENSE

MIT License

Copyright (c) 2021 Anatolii Sakhnik

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.
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
This package is published by the nvim-ui project itself.

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
nvim-ui (Install) 0.0.2 837 Tuesday, April 27, 2021 Approved

Discussion for the nvim-ui Package

Ground Rules:

  • This discussion is only about nvim-ui and the nvim-ui 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 nvim-ui, 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