From 40f9286377b72191f77f60f62aafad14ac0994bf Mon Sep 17 00:00:00 2001 From: Nithin Bekal Date: Sun, 14 Apr 2024 02:11:32 -0400 Subject: fix: rename ruby_ls to ruby_lsp (#3105) --- lua/lspconfig/server_configurations/ruby_ls.lua | 33 ------------------------- 1 file changed, 33 deletions(-) delete mode 100644 lua/lspconfig/server_configurations/ruby_ls.lua (limited to 'lua/lspconfig/server_configurations/ruby_ls.lua') diff --git a/lua/lspconfig/server_configurations/ruby_ls.lua b/lua/lspconfig/server_configurations/ruby_ls.lua deleted file mode 100644 index dad56e67..00000000 --- a/lua/lspconfig/server_configurations/ruby_ls.lua +++ /dev/null @@ -1,33 +0,0 @@ -local util = require 'lspconfig.util' - -return { - default_config = { - cmd = { 'ruby-lsp' }, - filetypes = { 'ruby' }, - root_dir = util.root_pattern('Gemfile', '.git'), - init_options = { - formatter = 'auto', - }, - single_file_support = true, - }, - docs = { - description = [[ -https://shopify.github.io/ruby-lsp/ - -This gem is an implementation of the language server protocol specification for -Ruby, used to improve editor features. - -Install the gem. There's no need to require it, since the server is used as a -standalone executable. - -```sh -group :development do - gem "ruby-lsp", require: false -end -``` - ]], - default_config = { - root_dir = [[root_pattern("Gemfile", ".git")]], - }, - }, -} -- cgit v1.2.3-70-g09d2