From e8d0e5eb64b05988013e79801181ee811f8ed306 Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Mon, 12 Jul 2021 14:07:23 -0500 Subject: [PATCH] Add ruby to autoformat --- nvim/coc-settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/coc-settings.json b/nvim/coc-settings.json index c928611..f6c7ed6 100644 --- a/nvim/coc-settings.json +++ b/nvim/coc-settings.json @@ -15,6 +15,7 @@ "html", "javascript", "json", + "ruby", "rust", "scss" ],