Explorar el Código

Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable

Chris hace 4 años
padre
commit
56e82dac44
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lua/default-config.lua

+ 1 - 1
lua/default-config.lua

@@ -159,7 +159,7 @@ O = {
                 signs = true,
                 underline = true
             },
-            filetypes = {'rb', 'erb', 'rakefile'}
+            filetypes = {'rb', 'erb', 'rakefile', 'ruby'}
         },
         go = {},
         elixir = {},