diff options
Diffstat (limited to 'lua/mason-core/managers/powershell/init.lua')
| -rw-r--r-- | lua/mason-core/managers/powershell/init.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lua/mason-core/managers/powershell/init.lua b/lua/mason-core/managers/powershell/init.lua index 4c0ec712..66045bc4 100644 --- a/lua/mason-core/managers/powershell/init.lua +++ b/lua/mason-core/managers/powershell/init.lua @@ -12,9 +12,7 @@ local PWSHOPT = { } local powershell = _.lazy(function() - if vim.in_fast_event() then - a.scheduler() - end + a.scheduler() if vim.fn.executable "pwsh" == 1 then return "pwsh" else |
