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,836

Downloads of v 0.0.2:

839

Last Update:

27 Apr 2021

Package Maintainer(s):

Software Author(s):

  • Anatolii Sakhnik

Tags:

nvim-ui neovim

nvim-ui (Install)

This is not the latest version of nvim-ui (Install) available.

  • 1
  • 2
  • 3

0.0.2 | Updated: 27 Apr 2021

Downloads:

1,836

Downloads of v 0.0.2:

839

Maintainer(s):

Software Author(s):

  • Anatolii Sakhnik

Tags:

nvim-ui neovim

nvim-ui (Install) 0.0.2

This is not the latest version of nvim-ui (Install) available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

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

>

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

>

To uninstall nvim-ui (Install), 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'" --version="'0.0.2'" [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'" --version="'0.0.2'" 
$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.2'
    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.2'
end

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


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

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


package { 'nvim-ui':
  ensure   => '0.0.2',
  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 TheCakeIsNaOH on 29 Apr 2021.

Description

NeoVim GUI implemented in C++. SDL2 for hardware accelerated rendering. Pango for proper text layout.
Requires nvim binary available in the executable search path.


bin\libbrotlicommon.dll
md5: 996E9B3638CDDFABD0EAE8B70683404B | sha1: 45B225CE8F35D7AF40A2BB41131082A53903C849 | sha256: 59ECDE4E80AE376B6020E5B1B594F0369473265A8315F65F6D5663F492C91E37 | sha512: 6B5911913112C6A1733BB534DD5DC36B0D5DC6DCA45AC5316C470AFE00829CDEE40333FE4FC16BD794CED4B2126076AB065F1F25247BDD859E005AD190E30F48
bin\libbrotlidec.dll
md5: 9AE5C372A8E83583D99C49EE9B73A20F | sha1: 5EAB2B75627FA98D6E683A12CACBDAB4EBC0C1BE | sha256: 84967684B21AF76AD0D6AE25229BA773F9735DE76F783DBCA46AA0D1FD394F67 | sha512: EFA3DFDAC0DBD803994774E8EBEC5EB5B85909B55364DED68B416C1F82784007DD499D3D81B993640A7CAAA6FAFB52E9DA59FC71641EFF3AADADBC1AA992392C
bin\libbz2-1.dll
md5: FD0B2BD2AE13D41DE526B57E435C7FB5 | sha1: 55BB61C011180EAA172A83FEEFC38D8FE7C5498B | sha256: E996E8D18FA41407D80680ADB9E416D916F7320E4559485CE3E3E5DE811DCA1D | sha512: D7EBDA50787AEC915C6E3EAB880A01DFC8925166C2CD2C1C70CC8EE505F17117F9E6AE9B1D57048DF29BBD8705070618650A09DED64750E422A10E0365AFA74E
bin\libcairo-2.dll
md5: 151436FD8D1CFC469E9EE3565801D406 | sha1: A65979D6E57418CB30018504D695FFA01C16F0DD | sha256: 8BB42D621090DC080A7E3E750E4044902C57C251569C0BF8CD545DE57B1F54BD | sha512: 0814DD2718D1AE78DF1BEA39D75E3642B1072EA09A7F897371A7B03E9AE893E7A047FFA22BAB159AB13D71F6FF85E9C169240CDE2DEDBFDBFCAFED6850121C49
bin\libdatrie-1.dll
md5: 8A54723090530190EB11AFCD5B702B1B | sha1: DFA923EC796A754BD21C4F9E504305848A4CB1B2 | sha256: 738F67F45FAA07CC387BAF390604EE4CE709CBE7C223D9A043EE06F7CB360D5B | sha512: E0D310458C8259112E07B153EDC86FDFF29E1B09648FED8D163D44DEB3BEE1545E7AD37BB00E9255DF6514844B21A829750848DA42F85FA77BEF376CE09750CF
bin\libexpat-1.dll
md5: B1DBE8160B4725089BFBC8DF70755DB5 | sha1: CB349C07F5B282CB9CBE3A52E3D8421534E38751 | sha256: 43F742DA27DD33DDCD0141BB6385C9F3936F44A54924C0425A7CECDE951302AC | sha512: 82B529CBF22B68AD594A0CF795AB060B40DB9649305E0BC919B3693EBF249CB581C1A9EACC63F167EC27594AD7A6841D331943DACE25409F7EA9B1908170175A
bin\libffi-7.dll
md5: 43C639B6BA8415F94B8FC27A96042650 | sha1: 07ED717E5032F2025F759EF484FC25178922768C | sha256: D07AFEE9199E6CBF406F7E6A7F9673296BDA5244E5CA79A37177226F12801D35 | sha512: EEADC1F19A633AB2B05C4466DE6D35CFB7C76A731D8AC23E5CBF7005ED905874C43BFC6F5DA9AEEAB66AAD00584862DF691E7AE8E5DA805EE1D9608CB6663B0D
bin\libfontconfig-1.dll
md5: F92E91DA810BFD346DE44B4F99BDD123 | sha1: 0A7BF3F43BC14F9C60BB359C9EF54B048AE2C7EC | sha256: F9E681A46CCC68EB72CE91E036C84C062051DE1F8B3E71638BD1422910B7302A | sha512: F835B1EC8CED60ABCB12A9C07679DC5ACB6EA45BAE48D935206DE686A620AFE86451CF1446D7FC4B4A443699906048064B93AC4741E3A896415E450CEC6C9AE6
bin\libfreetype-6.dll
md5: 5D677D3389DF1A0DF049EFCCD0CCD1FF | sha1: CEE6CB6306CC38AC9CB2FEE4C281ADA9516AAD53 | sha256: A26031CF491CA8A7917933ACBFF2A292F4EE1781B8682B4B71290A53A43EC480 | sha512: 2A6917B093B70A89D464808745CA6357DA8AAC8364BAB8C97D57BAD8DB8B520B059DCD27623C9650779F0D96C65C77F10FF31F98674BAD952834386A500769AF
bin\libfribidi-0.dll
md5: 5C7FB3CE00BE609830475EF1779BAED5 | sha1: 606DADCE19EC53DB9E05DF17AD8391860CF10623 | sha256: F1D16A12D82A3963D4A60BFDBFA622DEA2880A55729C529E636C64EB839C0F75 | sha512: 79A6D63FD4204744B277EA77D9A2A0A699A5BEDE9428AECCA596A2E0D5979853F0DB44365FF0281CD3FE2F8DC0D0D42E228635F1A1BD727D9803BB5036977DAE
bin\libgcc_s_seh-1.dll
md5: 32308B0275EAF69765FF65FDA109CBF7 | sha1: 80F377E5E4EA9C2E8C3106979DB109FC5368E9A8 | sha256: FE52AAEED173EEA218D10B4450C37A4F9086B816D5475902CDA45AB574679C2B | sha512: 830F715BBB2B6BF25A943A973D17BCC9A8542AA56EC074147B4BE9052CF18230A74C47EE03957C4090D6AD435D2F5239E39C2D60F63537A63FB920FDD30FC7B2
bin\libgio-2.0-0.dll
md5: 24B0A63EC66469368C1882160B59E29D | sha1: 798D3992EC992356C3803B6953AC3980A5FB69DB | sha256: 95D9D2BE9B38C2CAD111E4BD1D59A011AA170E9462BC06B783DEC8ACFEBFDD72 | sha512: F8B54FFCBCD88AEB0EDDC9BCDBB84024B98B69D49D42DBE0DA353D67FE1AB9E071C3364769B95F55D6AA553F22014A6FE10B997B6B2F5309B9FE1B7DD4D340FD
bin\libglib-2.0-0.dll
md5: C67C1142BEF8343A2228A97D08E532E9 | sha1: FC0F7FCC1F1B5C6ECE0DDC6832B0E64BFF6A55A5 | sha256: 2BE553117E11E7BE42133D9E7A8E02F4D11F46B4E51EDD86FCDAFCAD57E029BF | sha512: 849EFB5B5993F1BEF9D9E4E445C638086DF3B301C568E4D85C17B68B7B0995AA02D9BA9154829D69429BF0EC6D5F1757EA4F427470EAB1F2A2D4C32C25C76D2E
bin\libgmodule-2.0-0.dll
md5: 3A7FCDA169FCB83E2B886EFC44DB2F8E | sha1: D802D10A8DF48F274D54A7D998EB03979CB64A4E | sha256: ABB46770D1377784434C6064AEBF5E5574EFC90012D60D09A6EEBAB8E82A60ED | sha512: C2291F5426899F849ACBF92344E9C5C62C33612966DEB56A6F5E4569B5AF71DF40341DCACA984CCBF769E7960431469B84024AE0F2E6059FC22903C4772AEE11
bin\libgobject-2.0-0.dll
md5: 0A9DE3495A2B2C0DB90DB7DFD68317CE | sha1: 4C3E375D8DDE85047B16C1BBD4D51441B5B9DFE6 | sha256: 8C3AEBBFDD3B9F56ECFA5AEB053C978D25B50FDF70E65107C962914FCDC7F057 | sha512: 36A83A527A3DD4874210C1A003D46598211624F169CE5673AD5CB586430E8608115D9557D02F1D5286FE3E35032BC75345C836AD47AE852F6CDF69D37A3FF116
bin\libgraphite2.dll
md5: 86725745162CEC66824B95416B1B64F8 | sha1: A0D1CB526C98D5FAB44F5819D52EA3A7D2059939 | sha256: 856682BAD8676E70BDDC45E5440DEF53F74D74E33413032EAA71FCF14CB0D26E | sha512: 661E82228534659C7C1DCAEB35BD210A176E8F581237ADE4E921C66CE55237243C9EFA32233527C4E308616F09ACD6607420E0AB73BE74AE6B2C6631E0A9E34D
bin\libharfbuzz-0.dll
md5: 0035547E9C842F27B4F410160CC5F551 | sha1: DA31FC869C7B2B051001DC0E1E065BEC032D6437 | sha256: 33899F1A830CBB89CCFA51239A40F15384A0FCF4F4D4134A5FA90ABCD31040ED | sha512: ABD2D695F874664F87881BAC7DBE0CDC50594A3CB64B1BFA841194756B919D3B43FB6F8C957AE03CF80C8076835C7ABC9A781161059582E4FD34AA5DB3612C21
bin\libiconv-2.dll
md5: 182079359545E9E79D8B31EDF8A94C7B | sha1: 537EACCF61EF4BC4958B2E764B1BAA3D09D3D575 | sha256: F5071CB0E4F84067783EEE881FB35A244C6BC950440842207D963C8AB88486F5 | sha512: EB3B940D0761F2D5E156E2A7E8A8632302E071D61A86BD5513D14B1CCF4CB00FD420A6101BC8455349F7D74F219E275C5B836735A546F0FA5561E858918DD140
bin\libintl-8.dll
md5: B865054A4F392F87AFAE35A52D38A91C | sha1: 11F02B3790F2D2758B416AC24E8712D02DDDE0AB | sha256: 1C26CDA9CDE05949E7E6B4C977C1FB3FBD4932BF53B5F21DF520C8C1A1598962 | sha512: 4726E1551DBC5120E01ADEB80C9E0A9A67F9357EEAD644F2090F3DED59A9ABAF4F869021B1C21EF2990A153B74A63A2667DAFF200B1A65301472C1959C5FD057
bin\libpango-1.0-0.dll
md5: 0E5D4B8A244BDBB3321140609F1BAF9F | sha1: 584C564F1601259C942C4CC06EE2F0CDD5BCB9B4 | sha256: 39A9F60E3471B23D769B8A22FA6F2882998A8EDC232A1B2A488E8CCDB83679E6 | sha512: 2BC2DB52B528345B494CF3B59FF98557C00F61EB0FA11F5F05A24EA9520D416512E565A1B8652484007C51FB1723465CA517A1ED25F5E068E8F6E005910E189E
bin\libpangocairo-1.0-0.dll
md5: 14059E24B8C3BDEC52070F7653DC351D | sha1: 2169A36917497322A699B0F57A3159F3C160662D | sha256: 0F4C0C972F1037B5D537C341729D5ACD08B8BC9FE0F9ADBE283F36FB947790CD | sha512: F366D8425B1CCD76996C2B068AA4F5539296BE7532B9F544A5B3426661033AF0AB4417CCA1CB0F4EB213315DE5607D87709A6BBB29AA1A2079F35EF1440AF1AD
bin\libpangoft2-1.0-0.dll
md5: FF366C2BADE4E339AC3C5A956EA9AEC8 | sha1: 0D7CC66808029DF8D41A318D53EF36675126953C | sha256: DB6CA78F77109A069D27AB03A0F3890E589BFC4B95F6FBF91B8242FABC443F96 | sha512: 7B84919CB9E7CBE71DC0FCF8C22B601C83DBE416216388E1A19A252B456BB6396DF0F7269E9AEC49CD320CC16C4821448A3BEEB3802E13912DF72087F903C0C9
bin\libpangowin32-1.0-0.dll
md5: 64E1A3527F3EB8AA0A77E4C4B7F2526A | sha1: 580085BDCCB0D2FAFC0A97D73BC35DF1EA321564 | sha256: C6947E5273347516C4798885FFE7FF3096C94402794055095370093151812413 | sha512: 7FBBAC46820A113DA4CE14E2363FFB60036194BA249B55677D6CFE08B364690858D82D1EABBE064FC23BD73EB3CAB8C235169BFA3194F99DE460E82AF63FDC4C
bin\libpcre-1.dll
md5: 97EB85941ED873C72500F8E67E10D74D | sha1: 9522D9E646CA860588FEC0C6E727D35E70E1CC57 | sha256: 63DA607DF3699FA5066AC5C32A9F6B2AB1190FFF734DA7793F54FEA7A068342B | sha512: 6F206B138E0BA60A667D3253A51ED7970E09293B8C62FD9092D4629F78CDCC9BB5FFACBAFED23665CB56DF4822BE8CAE95F4B64A21116BBD73E8431856AB8FA6
bin\libpixman-1-0.dll
md5: 650A6A8096AAB864AE0C83C09109916B | sha1: 3F6531012296326770ACE841B7EF217C41AA09AB | sha256: 5DB5511C8CF6E90248B3F513D62E60DA1CF23AAB6F86081C45299930582711F2 | sha512: BCD4C75298F6422F88FC66D244D66CF5D55EADF25C5B49C9FAF4603D8DC9F046A58F1A1F94BEAFD7ECAEE498126E199F977FC62FC5BD35C6A2D42CF75C98DD1D
bin\libpng16-16.dll
md5: 39500129ACE748677DC53CD805183CCF | sha1: 126915E66F4663DC68485B9273FBED381B3FAED5 | sha256: C96C79BC84229A90B1F3A009E4A06DC2079B01FF4701C867E07A5CFD14F6025B | sha512: 282A2CC5C54938719999018D8E633350768647A64DD5C9114748F04675FB5DE3CDE1351F95E43CF9F3D2BE0073AC82DA3488F4952D68BD70087E38FDA2D5F190
bin\libstdc++-6.dll
md5: 389748A2D6E35D3EE0A4817EB605390C | sha1: EDDB6941D39F03587FEECA1B0468B0D2F0340745 | sha256: 132BFF49E2FD389770A2144BBF34AD23EB7F4512133D44C6863C181989A15BF1 | sha512: C60C0C13C62FB20B1FEE6A77791233A133F24BBE577C9FBB9AB7F822494DA36000685FEE54F17C36667684046CA2CC61A4C7B224A1AFB8F6C47A50F7EBABA66E
bin\libthai-0.dll
md5: D52EEBDF5E0E4F6AFB05229E2076C40F | sha1: 593779A9E5BA0C3B06DADB7128F24944145F7597 | sha256: A3685A75023C26A3944946ACCD5C6A3451D345D431B24AA7AB2070E9291274E0 | sha512: ADB1D3E5B8D82098B77560716EE15BCED2DBF392760FBED5B6DA8F59317BBB98D15E31997A1C8F2051FEC47E571363DC654B54926ECBC8CB481E3215C25BFD0F
bin\libuv-1.dll
md5: 34F9FD36A93C666B37730407623F51B6 | sha1: 76E47DDFEB08DC08FA7364AA9DAAF4A6E90D725E | sha256: 1182B6E37F84714A7FA7E1A1A9DEDD2AE896B572E6BF4C0B10BA4B19E48B0DAC | sha512: 7AE9D6C9BE85DFE00599743FEAA35495C76E9BF38E633624933BEC637CA1F5E52CFDB25DBFCD88BAB24E0C435E39DB939FDAC7A014B081572EEC276A797E68C4
bin\libwinpthread-1.dll
md5: 9DAF79EC82FB972A56C8968098C48B65 | sha1: C30DE3522E4806FFB6558480DC0E68F46553ED36 | sha256: 419CF16A743E09E0745E1B8D16FDADC6F84F7BC289F1D3B299DC1C899297C015 | sha512: DF8629E32EA9E5F84E0A7D60F741AB830A0EBD8AEF157CA24BC187163E89134248DC09A3B7ABD83C796D4919B52ED17BC4D529EEE47FFA4AC77E9ED4CECCCA7C
bin\nvim-ui.exe
md5: 5DB6FEDE198C6A11B726367D3E749C1C | sha1: D4DFB90A5D76BA2A6F5B7BBE81A424BCF5208940 | sha256: 176A6A9FBA16C43D98AA44311086CB9A9A13F2AEA8E4B891400DB51B97F82191 | sha512: 6C876DED8DA5EC0D8C04226D36A2ADDA5E86A689A0B9D783E2DF009938501FABA71597AF6302D62AD13F0D4B1B661DF19A25047F6A181FFD3BAB9D69FBB9517C
bin\nvim-ui.exe.gui
 
bin\SDL2.dll
md5: 385331D0C6DC777059C55692B9F54134 | sha1: 75C1091C17A5E0A5871720BF7EFCA87C88FD14E3 | sha256: BB5B182FCDBE8E48502241C469D4A1465EA7D764459B5FDE98F065E2CBCEAC4B | sha512: 5A8E3DD03D168E2D79B7737E219EA99A54B5CF471F44176AC693765860A1A4764756BF149695B194D0EEFEDC216FA10CB61A3F7AED412E5943FC8837814651F3
bin\zlib1.dll
md5: 75365924730B0B2C1A6EE9028EF07685 | sha1: A10687C37DEB2CE5422140B541A64AC15534250F | sha256: 945E7F5D09938B7769A4E68F4EF01406E5AF9F40DB952CBA05DDB3431DD1911B | sha512: C1E31C18903E657203AE847C9AF601B1EB38EFA95CB5FA7C1B75F84A2CBA9023D08F1315C9BB2D59B53256DFDB3BAC89930252138475491B21749471ADC129A1
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 839 Tuesday, April 27, 2021 Approved

Discussion for the nvim-ui (Install) Package

Ground Rules:

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