14 lines
449 B
XML
14 lines
449 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Metadata.xsd">
|
|
<FriendlyName>Neovim</FriendlyName>
|
|
|
|
<Detection>
|
|
<Method>FindInPath</Method>
|
|
<FindInPath>nvim</FindInPath>
|
|
</Detection>
|
|
|
|
<InstallPath>
|
|
<SpecialFolder>LocalApplicationData</SpecialFolder>
|
|
<Destination>nvim</Destination>
|
|
</InstallPath>
|
|
</Component>
|