diff options
Diffstat (limited to 'lsp/powershell_es.lua')
| -rw-r--r-- | lsp/powershell_es.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/powershell_es.lua b/lsp/powershell_es.lua index 1f77f29b..d734df29 100644 --- a/lsp/powershell_es.lua +++ b/lsp/powershell_es.lua @@ -39,7 +39,7 @@ return { cmd = function(dispatchers) local temp_path = vim.fn.stdpath('cache') - local bundle_path = vim.lsp.config.powershell_es.bundlePath + local bundle_path = vim.lsp.config.powershell_es.bundle_path local shell = vim.lsp.config.powershell_es.shell or 'pwsh' |
