From 9557459b48eeaf37d94a090b781d3e6756aa1c43 Mon Sep 17 00:00:00 2001 From: Rafael Lillo Date: Tue, 25 Jun 2024 12:59:58 +0100 Subject: [PATCH] Update server name Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com> --- lua/lazyvim/plugins/extras/lang/csharp_ls.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/lang/csharp_ls.lua b/lua/lazyvim/plugins/extras/lang/csharp_ls.lua index b2dda863..4509afca 100644 --- a/lua/lazyvim/plugins/extras/lang/csharp_ls.lua +++ b/lua/lazyvim/plugins/extras/lang/csharp_ls.lua @@ -44,7 +44,7 @@ return { "neovim/nvim-lspconfig", opts = { servers = { - sharp_ls = { + csharp_ls = { handlers = { ["textDocument/definition"] = function(...) return require("csharpls_extended").handler(...)