add(nvim): lemminx ls (xml language server)

This commit is contained in:
Léana 江 2023-03-15 18:30:04 +01:00
parent c3c764f31b
commit 5c197b3803
4 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,7 @@
function ytdlp
yt-dlp -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4' -o "/Users/leana/Downloads/%(title)s.%(ext)s" $argv
yt-dlp \
--merge-output-format "mkv" \
-f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4" \
-o "/Users/leana/Downloads/%(title)s.%(ext)s" \
$argv
end