1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-09-11 17:15:34 +03:00

Set QoS for neovim process

This commit is contained in:
Tae Won Ha 2023-12-22 08:54:13 +01:00
parent 010f02f5d1
commit c89a4b773b
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -80,6 +80,7 @@ final class UiBridge {
process.standardError = errorPipe
process.standardOutput = outPipe
process.currentDirectoryPath = self.cwd.path
process.qualityOfService = .userInteractive
if self.nvimBinary != "", FileManager.default.fileExists(atPath: self.nvimBinary) {
process.launchPath = self.nvimBinary