update: nvim: remove auto appended setup script by PDM
This commit is contained in:
parent
00942d09b0
commit
0340b930ea
1 changed files with 0 additions and 4 deletions
|
@ -231,7 +231,3 @@ Import-Module WSLTabCompletion
|
|||
|
||||
Get-ChildItem ~\.config\powershell\completions\ | % { . $_ }
|
||||
|
||||
# Automatically appended by pdm scoop package
|
||||
Get-ChildItem "$PROFILE\..\Completions\" | ForEach-Object {
|
||||
. $_.FullName
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue