fix(nvim): properly get path to omnisharp
This commit is contained in:
parent
a1da2f7de1
commit
7fc3ae6506
@ -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()),
|
||||||
|
Loading…
Reference in New Issue
Block a user