Skip to content

Commit

Permalink
enable ruby group
Browse files Browse the repository at this point in the history
  • Loading branch information
yachi committed Jan 4, 2017
1 parent 263756b commit 6f4a6ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
call add(g:nvim_settings.plugin_groups, 'core')
call add(g:nvim_settings.plugin_groups, 'language')
call add(g:nvim_settings.plugin_groups, 'c')
call add(g:nvim_settings.plugin_groups, 'ruby')
call add(g:nvim_settings.plugin_groups, 'python')
call add(g:nvim_settings.plugin_groups, 'go')
call add(g:nvim_settings.plugin_groups, 'scm')
Expand Down

0 comments on commit 6f4a6ff

Please sign in to comment.