1
0
Fork 0

neovim: Add vim-ruby

This commit is contained in:
Jeremy Kaplan 2019-09-19 10:14:40 -07:00 committed by Jeremy Kaplan
commit 577df9c887

View file

@ -35,6 +35,7 @@ Plug 'tpope/vim-abolish'
Plug 'tpope/vim-commentary' Plug 'tpope/vim-commentary'
Plug 'tpope/vim-repeat' Plug 'tpope/vim-repeat'
Plug 'tpope/vim-surround' Plug 'tpope/vim-surround'
Plug 'vim-ruby/vim-ruby'
Plug 'vim-python/python-syntax' Plug 'vim-python/python-syntax'
call plug#end() call plug#end()