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 +}