Updates for nvim v0.12

This commit is contained in:
2026-04-10 06:47:51 +02:00
parent c62617cf3c
commit 8f1e635b23
3 changed files with 33 additions and 71 deletions

View File

@@ -119,7 +119,7 @@ function pp
if test -n "$selection"
cd "$selection"
commandline -f repaint # Ensures the prompt updates after cd
nvim .
nvim
end
end
end