# File lib/neovim/plugin.rb, line 30
    def setup(client)
      @setup_blocks.each { |bl| bl.call(client) }
    end