From 6c2fb86c6a03e20abea5ddd17d735885f0b7cb5e Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Wed, 24 Nov 2021 23:01:07 -0500 Subject: feat: expose configs --- lua/lspconfig/csharp_ls.lua | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 lua/lspconfig/csharp_ls.lua (limited to 'lua/lspconfig/csharp_ls.lua') diff --git a/lua/lspconfig/csharp_ls.lua b/lua/lspconfig/csharp_ls.lua deleted file mode 100644 index b26cb137..00000000 --- a/lua/lspconfig/csharp_ls.lua +++ /dev/null @@ -1,26 +0,0 @@ -local configs = require 'lspconfig/configs' -local util = require 'lspconfig/util' - -local server_name = 'csharp_ls' - -configs[server_name] = { - default_config = { - cmd = { 'csharp-ls' }, - root_dir = util.root_pattern('*.sln', '*.csproj', '.git'), - filetypes = { 'cs' }, - init_options = { - AutomaticWorkspaceInit = true, - }, - }, - docs = { - description = [[ -https://github.com/razzmatazz/csharp-language-server - -Language Server for C#. - -csharp-ls requires the [dotnet-sdk](https://dotnet.microsoft.com/download) to be installed. - -The preferred way to install csharp-ls is with `dotnet tool install --global csharp-ls`. - ]], - }, -} -- cgit v1.2.3-70-g09d2