fix(nvim): properly get path to omnisharp

This commit is contained in:
Price Hiller 2022-09-05 06:42:56 -05:00
parent a1da2f7de1
commit 7fc3ae6506

View File

@ -249,7 +249,7 @@ lspconfig.yamlls.setup({
lspconfig.omnisharp.setup({ lspconfig.omnisharp.setup({
cmd = { cmd = {
os.getenv("HOME") .. ".local/share/nvim/mason/bin/omnisharp", os.getenv("HOME") .. "/.local/share/nvim/mason/bin/omnisharp",
"--languageserver", "--languageserver",
"--hostPID", "--hostPID",
tostring(vim.fn.getpid()), tostring(vim.fn.getpid()),