fix(editors): fix omnisharp config
This commit is contained in:
parent
5fa9c0c87b
commit
d6a1fb467b
2 changed files with 10 additions and 4 deletions
home/editors/neovim/lsp
|
@ -74,7 +74,7 @@ config.rust_analyzer.setup{
|
|||
|
||||
config.omnisharp.setup{
|
||||
capabilities = capabilities,
|
||||
cmd = {"omnisharp", "--languageserver", "--hostPID", tostring(pid)},
|
||||
cmd = {"OmniSharp", "--languageserver", "--hostPID", tostring(pid)},
|
||||
}
|
||||
|
||||
local runtime_path = vim.split(package.path, ';')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue