-
I am trying to use powershell-editor-services on ubuntu 20.04 (over NvChad). Installed it using MasonInstall. Below is my custom lspconfig.lua. All other LSP's are working perfectly, however I am unable to make powershell-editor-services work. On another machine, I have installed coc-powershell and its working as expected. Could you please suggest how to use powershell-editor-services using Mason? `local on_attach = require("plugins.configs.lspconfig").on_attach local lspconfig = require "lspconfig" local servers = { "html", "cssls", "tsserver","pyright","powershell_es","gopls", } for _, lsp in ipairs(servers) do local bp = '~/.config/PowerShellEditorServices' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I was able to make it work. Kindly close the issue. |
Beta Was this translation helpful? Give feedback.
I was able to make it work. Kindly close the issue.