vim-yardoc icon indicating copy to clipboard operation
vim-yardoc copied to clipboard

vim-yardoc overrides default config for ruby's magic comments

Open calas opened this issue 5 years ago • 1 comments

I noted that after installing this plugin I lost my magic comments highlights, as you can see in the following picture:

Screenshot from 2020-10-22 12-03-11

On the left you have the editor without vim-yardoc plugin, on the right the same config with vim-yardoc plugin.

Code for Magic Comments is here: https://github.com/vim-ruby/vim-ruby/blob/master/syntax/ruby.vim#L433-L434

calas avatar Oct 22 '20 10:10 calas

@calas Sorry for the slow reply. Maybe add rubyMagicComment here?

noprompt avatar Nov 30 '20 19:11 noprompt