From 96e1dccd56f6e6784655fb425498f8654c813281 Mon Sep 17 00:00:00 2001 From: Jaskanwal Pawar Date: Tue, 9 Jun 2020 17:37:00 -0700 Subject: [PATCH] add solargraph config - specifically for vim usage with `coc.nvim` --- .vim/coc-settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vim/coc-settings.json diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json new file mode 100644 index 00000000000..43d98db0c81 --- /dev/null +++ b/.vim/coc-settings.json @@ -0,0 +1,5 @@ +{ + "solargraph.symbols": true, + "solargraph.definitions": true, + "solargraph.references": true +}