# File lib/neovim/plugin.rb, line 10 def self.from_config_block(source) new(source).tap do |instance| yield DSL.new(instance) if block_given? end end