Skip to content

Commit

Permalink
fix(cs-omnisharp): Fix bug in handler registration caused by wrong ls…
Browse files Browse the repository at this point in the history
…p name (#1279)

* feat(cs-omnisharp): add csharp support with omnisharp

* fix(cs-omnisharp): `omnisharp-extended-lsp.nvim` handler registration
  • Loading branch information
ahmtsen authored Dec 11, 2024
1 parent b59ad24 commit b25c9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/cs-omnisharp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ return {
"AstroNvim/astrolsp",
opts = {
config = {
csharp_ls = {
omnisharp = {
handlers = {
["textDocument/definition"] = function(...) require("omnisharp_extended").definition_handler(...) end,
["textDocument/typeDefinition"] = function(...)
Expand Down

0 comments on commit b25c9e7

Please sign in to comment.