mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-23 19:21:53 +03:00
Set QoS for neovim process
This commit is contained in:
parent
010f02f5d1
commit
c89a4b773b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user