updated the config files
This commit is contained in:
+14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user