From 590ee10a1f71a0f1496a3ed02ea8a798ef4cc01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 14 Nov 2021 01:24:33 +0100 Subject: [PATCH] Removed the solorgraph in the coc-settigns --- .config/nvim/coc-settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/nvim/coc-settings.json b/.config/nvim/coc-settings.json index f8e0d29..bb92ae2 100644 --- a/.config/nvim/coc-settings.json +++ b/.config/nvim/coc-settings.json @@ -56,6 +56,5 @@ } } }, - "solargraph.commandPath": "~/.gem/ruby/2.6.0/bin/solargraph", "solargraph.formatting": true }