Windows with PSDotFiles, nvim symlink

This commit is contained in:
Luka Jankovic 2025-01-26 04:57:32 +01:00
parent b37fcbd18f
commit 96fa7cfaf7
5 changed files with 40 additions and 0 deletions

14
windows/metadata/nvim.xml Normal file
View file

@ -0,0 +1,14 @@
<?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>