From 286a43379797bc41cb4612a127990aac3c791b40 Mon Sep 17 00:00:00 2001 From: William Boman Date: Tue, 26 Apr 2022 19:07:44 +0200 Subject: docs(reason_ls): remove invalid comment regarding cmd (#1864) --- lua/lspconfig/server_configurations/reason_ls.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lua') diff --git a/lua/lspconfig/server_configurations/reason_ls.lua b/lua/lspconfig/server_configurations/reason_ls.lua index 45e7d0b5..75028c7c 100644 --- a/lua/lspconfig/server_configurations/reason_ls.lua +++ b/lua/lspconfig/server_configurations/reason_ls.lua @@ -10,14 +10,7 @@ return { description = [[ Reason language server -**By default, reason_ls doesn't have a `cmd` set.** This is because nvim-lspconfig does not make assumptions about your path. -You have to install the language server manually. - You can install reason language server from [reason-language-server](https://github.com/jaredly/reason-language-server) repository. - -```lua -cmd = {''} -``` ]], }, } -- cgit v1.3.1