Update server name

Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com>
This commit is contained in:
Rafael Lillo 2024-06-25 12:59:58 +01:00 committed by GitHub
parent 24e1931c89
commit 9557459b48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ return {
"neovim/nvim-lspconfig",
opts = {
servers = {
sharp_ls = {
csharp_ls = {
handlers = {
["textDocument/definition"] = function(...)
return require("csharpls_extended").handler(...)