aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/powershell_es.lua
diff options
context:
space:
mode:
authorsharpchen <77432836+sharpchen@users.noreply.github.com>2025-04-26 20:03:39 +0000
committerGitHub <noreply@github.com>2025-04-26 13:03:39 -0700
commitf69ebda77c562dd90a1bb80102534eb2e6aa4758 (patch)
treebe0ca68502f2a073eaa986804a904b8fbfa9aeb3 /lsp/powershell_es.lua
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-f69ebda77c562dd90a1bb80102534eb2e6aa4758.tar
nvim-lspconfig-f69ebda77c562dd90a1bb80102534eb2e6aa4758.tar.gz
nvim-lspconfig-f69ebda77c562dd90a1bb80102534eb2e6aa4758.tar.bz2
nvim-lspconfig-f69ebda77c562dd90a1bb80102534eb2e6aa4758.tar.lz
nvim-lspconfig-f69ebda77c562dd90a1bb80102534eb2e6aa4758.tar.xz
nvim-lspconfig-f69ebda77c562dd90a1bb80102534eb2e6aa4758.tar.zst
nvim-lspconfig-f69ebda77c562dd90a1bb80102534eb2e6aa4758.zip
fix(powershell_es): typo bundlePath -> bundle_path #3785
Diffstat (limited to 'lsp/powershell_es.lua')
-rw-r--r--lsp/powershell_es.lua2
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'