diff options
| author | sharpchen <77432836+sharpchen@users.noreply.github.com> | 2025-04-26 20:03:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-26 13:03:39 -0700 |
| commit | f69ebda77c562dd90a1bb80102534eb2e6aa4758 (patch) | |
| tree | be0ca68502f2a073eaa986804a904b8fbfa9aeb3 /lsp/powershell_es.lua | |
| parent | docs: update configs.md (diff) | |
| download | nvim-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.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' |
