updated the config files

This commit is contained in:
2026-06-23 16:07:07 +02:00
parent 0643da425f
commit f45504df54
13 changed files with 114 additions and 153 deletions
+14
View File
@@ -1 +1,15 @@
@echo off
if "%1"=="--clean" (
if exist "%LOCALAPPDATA%\nvim" (
fsutil reparsepoint query "%LOCALAPPDATA%\nvim" >nul 2>&1
if errorlevel 1 (
echo Deleting existing nvim directory...
rmdir /s /q "%LOCALAPPDATA%\nvim"
) else (
echo Symlink already exists, skipping clean.
)
)
)
mklink /J %LOCALAPPDATA%\nvim .\nvim