refactor: wsl

This commit is contained in:
xiaomo 2023-05-13 18:13:32 +08:00
parent 6e02f3b1ba
commit 871cc1e48a

View File

@ -24,8 +24,7 @@ string.width = api.nvim_strwidth
local system = Trans.system local system = Trans.system
local f = local f =
vim.fn.has 'wsl' == 1 and 'powershell.exe -Command "Add-Type -AssemblyName System.speech;(New-Object System.Speech.Synthesis.SpeechSynthesizer).Speak(\\\"%s\\\")"' or (vim.fn.has 'wsl' or system == 'win') and 'powershell.exe -Command "Add-Type -AssemblyName System.speech;(New-Object System.Speech.Synthesis.SpeechSynthesizer).Speak(\\\"%s\\\")"' or
system == 'win' and 'powershell -Command "Add-Type -AssemblyName System.speech;(New-Object System.Speech.Synthesis.SpeechSynthesizer).Speak(\\\"%s\\\")"' or
system == 'mac' and 'say %q' or system == 'mac' and 'say %q' or
system == 'termux' and 'termux-tts-speak %q' or system == 'termux' and 'termux-tts-speak %q' or
system == 'linux' and 'echo %q | festival --tts' system == 'linux' and 'echo %q | festival --tts'