update: nvim: remove auto appended setup script by PDM

This commit is contained in:
qwjyh 2024-04-15 18:00:06 +09:00
parent 90d82e3998
commit bb7d1b917f

View file

@ -231,7 +231,3 @@ Import-Module WSLTabCompletion
Get-ChildItem ~\.config\powershell\completions\ | % { . $_ } Get-ChildItem ~\.config\powershell\completions\ | % { . $_ }
# Automatically appended by pdm scoop package
Get-ChildItem "$PROFILE\..\Completions\" | ForEach-Object {
. $_.FullName
}